Merge "Remove blacklisted py3 xen tests"
This commit is contained in:
commit
0ed6c78835
4
tox.ini
4
tox.ini
@ -43,7 +43,7 @@ commands =
|
||||
basepython = python3.5
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
stestr run --blacklist-file=tests-py3.txt {posargs}
|
||||
stestr run {posargs}
|
||||
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
|
||||
|
||||
[testenv:py36]
|
||||
@ -268,4 +268,4 @@ deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
stestr run --blacklist-file=tests-py3.txt {posargs}
|
||||
stestr run {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user