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:
Matthew Treinish 2016-01-05 11:35:34 -05:00
parent a237fc84d3
commit 056bfd538f
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -46,7 +46,6 @@ commands =
setenv = {[testenv]setenv}
commands =
find . -type f -name "*.pyc" -delete
python -m subunit.run discover -t . ./nova/tests/ --list
ostestr --blacklist_file tests-py3.txt
[testenv:py34-constraints]