Skip to content

Commit c39b615

Browse files
committed
Fix pytest/mypy compatibility issue for Python 3.7
1 parent 3589b18 commit c39b615

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ repos:
155155
additional_dependencies:
156156
- types-docutils
157157
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
158-
- pytest
158+
- pytest<8
159159
- Sphinx >= 5.3.0, < 6
160160
args:
161161
- --python-version=3.7

CHANGES/937.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest/mypy compatibility issue for Python 3.7 has been fixed.

0 commit comments

Comments
 (0)