diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=flake8,py3-no-origin-ids,py3 +envlist=flake8,py3 [testenv:py3] deps = @@ -9,16 +9,6 @@ commands = pytest --hypothesis-profile=swh-web-fast --cov {envsitepackagesdir}/swh/web --cov-branch {posargs} {envsitepackagesdir}/swh/web -[testenv:py3-no-origin-ids] -deps = - .[testing] - pytest-cov - pytest-django -setenv = - SWH_STORAGE_IN_MEMORY_ENABLE_ORIGIN_IDS=false -commands = - pytest --hypothesis-profile=swh-web-fast --cov {envsitepackagesdir}/swh/web --cov-branch {posargs} {envsitepackagesdir}/swh/web -m "not origin_id" - [testenv:py3-slow] deps = .[testing]