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 =