Skip to content

Commit 1bad991

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove blacklisted py3 xen tests"
2 parents bd66d9a + ac3c902 commit 1bad991

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

tests-py3.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commands =
4343
basepython = python3.5
4444
commands =
4545
{[testenv]commands}
46-
stestr run --blacklist-file=tests-py3.txt {posargs}
46+
stestr run {posargs}
4747
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
4848

4949
[testenv:py36]
@@ -268,4 +268,4 @@ deps =
268268
-r{toxinidir}/requirements.txt
269269
commands =
270270
{[testenv]commands}
271-
stestr run --blacklist-file=tests-py3.txt {posargs}
271+
stestr run {posargs}

0 commit comments

Comments
 (0)