Skip to content

Commit

Permalink
Fix pytest/mypy compatibility issue for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamim committed Feb 1, 2024
1 parent 3589b18 commit c39b615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ repos:
additional_dependencies:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest
- pytest<8
- Sphinx >= 5.3.0, < 6
args:
- --python-version=3.7
Expand Down
1 change: 1 addition & 0 deletions CHANGES/937.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest/mypy compatibility issue for Python 3.7 has been fixed.

0 comments on commit c39b615

Please sign in to comment.