Skip to content

Commit

Permalink
Remove test dependencies for Python 2
Browse files Browse the repository at this point in the history
We haven't supported Python 2 for quite a while now.
  • Loading branch information
lunkwill42 committed Jan 3, 2023
1 parent fa5425a commit 5993ba9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,4 +14,3 @@ pytidylib==0.3.2
selenium==3.141.0
whisper>=0.9.9
whitenoise==4.1.4
subprocess32 ; python_version < '3'

0 comments on commit 5993ba9

Please sign in to comment.