Stop using setup.py [test|testr|build_sphinx]
These are all deprecated. For unit testing stestr should be used directly, and for doc builds sphinx-build should be used directly. A couple of minor doc changes were needed to eliminate warnings. Change-Id: Ic2e1b9d692c9b5866f888fb4c8c08bf95742764echanges/13/631313/1
parent
9e7ee5dd5c
commit
cd32029388
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH:-./openstack_virtual_baremetal/tests}
|
||||
top_path=./
|
@ -1,4 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./openstack_virtual_baremetal ./openstack_virtual_baremetal $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
Loading…
Reference in New Issue