Browse Source
This commit contains the following fixes that unblock the CI: * Migrate from testrepository to stestr. Most of the OpenStack projects has done this migration. * Sync Sphinx requirement. * Fix coverage job. Change-Id: Ic85842035d9e049fd47d4842797f0c37dabaa520changes/53/669553/4
6 changed files with 17 additions and 10 deletions
@ -0,0 +1,3 @@
|
||||
[DEFAULT] |
||||
test_path=${OS_TEST_PATH:-./kuryr/tests/unit} |
||||
top_dir=./ |
@ -1,4 +0,0 @@
|
||||
[DEFAULT] |
||||
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./kuryr/tests/unit} $LISTOPT $IDOPTION | cat |
||||
test_id_option=--load-list $IDFILE |
||||
test_list_option=--list |
@ -1,3 +1,4 @@
|
||||
openstackdocstheme>=1.18.1 # Apache-2.0 |
||||
reno>=2.5.0 # Apache-2.0 |
||||
sphinx!=1.6.6,>=1.6.2 # BSD |
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD |
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD |
||||
|
Loading…
Reference in new issue