Default to not running old tests

This commit is contained in:
James Laska 2016-06-28 20:54:46 -04:00
parent 77202ec696
commit 1f9df1fdf3

View File

@ -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 =