diff --git a/setup.cfg b/setup.cfg index 75a1e9db0..f7af6b429 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ universal = 1 license_file = LICENSE.md [tool:pytest] -addopts=--tb=short --strict +addopts=--tb=short --strict -ra testspath = tests [flake8] diff --git a/tox.ini b/tox.ini index dcd44f161..f3fe2f396 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ DJANGO = master: djangomaster [testenv] -commands = ./runtests.py --fast {posargs} --coverage -rw +commands = ./runtests.py --fast --coverage {posargs} envdir = {toxworkdir}/venvs/{envname} setenv = PYTHONDONTWRITEBYTECODE=1 @@ -37,7 +37,7 @@ deps = -rrequirements/requirements-testing.txt [testenv:dist] -commands = ./runtests.py --fast {posargs} --no-pkgroot --staticfiles -rw +commands = ./runtests.py --fast --no-pkgroot --staticfiles {posargs} deps = django -rrequirements/requirements-testing.txt