Skip to content

Commit

Permalink
pytest 6.2 has dropped Python 3.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonmessmer committed Jan 3, 2021
1 parent 07a470a commit ae138b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'click',
'Jinja2',
],
tests_require=['pytest < 5;python_version<"3.5"', 'pytest;python_version>="3.5"'],
tests_require=['pytest < 5;python_version<"3.5"', 'pytest < 6.2;python_version=="3.5"', 'pytest;python_version>="3.6"'],
extras_require={
'venv metadata': ['virtualenv-api'],
'sclize': ['spec2scl >= 1.2.0']
Expand Down

0 comments on commit ae138b0

Please sign in to comment.