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
Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
  • Loading branch information
Jamim and webknjaz committed Feb 1, 2024
1 parent 83e3a5f commit f83450d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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<8
- pytest < 8
- Sphinx >= 5.3.0, < 6
args:
- --python-version=3.7
Expand Down
File renamed without changes.

0 comments on commit f83450d

Please sign in to comment.