diff --git a/runtests.py b/runtests.py index 040adacdc..c8236ff25 100755 --- a/runtests.py +++ b/runtests.py @@ -9,7 +9,7 @@ import subprocess PYTEST_ARGS = { 'default': ['tests', '--tb=short', '--bench'], - 'fast': ['tests', '--tb=short', '-q', '--bench'], + 'fast': ['tests', '--tb=short', '-q'], } FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']