Allow py27 test selection
Allow test selection for the py27 tests when using tox. See [1]. [1] https://docs.openstack.org/os-testr/latest/user/ostestr.html#notes-for-running-with-tox Change-Id: I49b063dfb8e93648f608f2ca9de33c6d621d3642
This commit is contained in:
parent
b907b5cb19
commit
a5d53a0edd
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
commands = {[testenv]commands}
|
commands = {[testenv]commands}
|
||||||
ostestr --slowest --serial
|
ostestr {posargs} --slowest --serial
|
||||||
|
|
||||||
[py3base]
|
[py3base]
|
||||||
commands = ostestr --slowest --blacklist-file=blacklist-py3.txt --serial --regex '.*'
|
commands = ostestr --slowest --blacklist-file=blacklist-py3.txt --serial --regex '.*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user