diff --git a/runtests.py b/runtests.py index 76deff3193..16b47ce2a4 100755 --- a/runtests.py +++ b/runtests.py @@ -7,8 +7,8 @@ import pytest PYTEST_ARGS = { - 'default': ['tests', '--tb=short', '-s', '-rw'], - 'fast': ['tests', '--tb=short', '-q', '-s', '-rw'], + 'default': [], + 'fast': ['-q'], } FLAKE8_ARGS = ['rest_framework', 'tests']