Skip to content

Commit

Permalink
Remove dev requirements for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 9, 2024
1 parent 46a9fdb commit 7030dad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
-rrequirements.txt

pytest==7.2.0; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7' # v7.0.1 is the last version to support Python 3.6
pytest==7.2.0
flake8==5.0.4
pytest-timeout==2.1.0
pytest-aiohttp==1.0.4; python_version >= '3.7'
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6
pytest-aiohttp==1.0.4

0 comments on commit 7030dad

Please sign in to comment.