Skip to content

Commit

Permalink
Fix tests suite on Python 3.5.{0,1}.
Browse files Browse the repository at this point in the history
Everything actually works just fine, it's just that the latest pathlib2
release dropped support for Python 3.5.{0,1} without indicating it in
their metadata...
  • Loading branch information
anntzer committed Jun 14, 2022
1 parent c6adf81 commit bdee052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Expand Up @@ -4,6 +4,7 @@ importlib-metadata<3.0; python_version < '3.6'
packaging<21.0; python_version < '3.6'
pytest~=4.6; python_version < '3.6'
pytest>=4.6; python_version >= '3.6'
pathlib2 < 2.3.7; python_version == '3.5.0' or python_version == '3.5.1'
typing >= 3.7.4; python_version < '3.5'
mypy_extensions >= 0.3.0
typing_extensions >= 3.7.4; python_version >= '3.6'
Expand Down

0 comments on commit bdee052

Please sign in to comment.