diff --git a/tests/requirements.txt b/tests/requirements.txt index 330d18dd0d..970e3d9d7c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,9 @@ -astroid==2.2.4 ; python_version > '3' +astroid==2.2.4 gunicorn==19.7.1 lxml==4.9.1 mock==2.0.0 -pylint==2.3.1 ; python_version > '3' -pylint-django==2.0.6 ; python_version > '3' +pylint==2.3.1 +pylint-django==2.0.6 pytest==6.2.4 pytest-metadata<2.0.0 pytest-cov==2.7.1 @@ -14,4 +14,3 @@ pytidylib==0.3.2 selenium==3.141.0 whisper>=0.9.9 whitenoise==4.1.4 -subprocess32 ; python_version < '3'