Skip to content

Commit

Permalink
Adjust env markers and deps for Python 3.8+ (#1005)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>
  • Loading branch information
bdraco and webknjaz committed Sep 9, 2024
1 parent 82cab20 commit 3695ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ repos:
additional_dependencies:
- types-docutils
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- pytest < 8
- Sphinx >= 5.3.0, < 6
- pytest
- Sphinx >= 5.3.0
args:
- --python-version=3.8
- --txt-report=.tox/.tmp/.mypy/python-3.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.2; python_version >= "3.8"
pytest==8.3.2
pytest-cov==5.0.0

0 comments on commit 3695ce6

Please sign in to comment.