From 056bfd538fa86746bcfebf8544ba9928963d8a96 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 5 Jan 2016 11:35:34 -0500 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index f6a75302757f..d7509c64c7c4 100644 --- a/tox.ini +++ b/tox.ini @@ -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]