Stop explicitly running test discovery for py34
This commit removes the direct call to discovery in the tox py34 job. This was added as a temporary step to enable importing of everything and is now include by standard in the use of ostestr. There isn't any reason to keep it around anymore. Change-Id: I117fbc2108b285aa148cb447c1c01145c43031dd
This commit is contained in:
parent
a237fc84d3
commit
056bfd538f
1
tox.ini
1
tox.ini
@ -46,7 +46,6 @@ commands =
|
|||||||
setenv = {[testenv]setenv}
|
setenv = {[testenv]setenv}
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
python -m subunit.run discover -t . ./nova/tests/ --list
|
|
||||||
ostestr --blacklist_file tests-py3.txt
|
ostestr --blacklist_file tests-py3.txt
|
||||||
|
|
||||||
[testenv:py34-constraints]
|
[testenv:py34-constraints]
|
||||||
|
Loading…
Reference in New Issue
Block a user