From 1f9df1fdf3747f8e2f75e874366f8192d92a709b Mon Sep 17 00:00:00 2001 From: James Laska Date: Tue, 28 Jun 2016 20:54:46 -0400 Subject: Default to not running old tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 871b872757..14726b2bd0 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = python setup.py develop # coverage run --help # coverage run -p --source awx/main/tests -m pytest {posargs} - py.test awx/main/tests/{unit,functional} {posargs} + py.test awx/main/tests {posargs:-k 'not old'} [testenv:ui] deps = -- cgit v1.2.3