From 3695ce6f2a96c81b3479263ba651e60fbab28129 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 9 Sep 2024 18:57:46 -0500 Subject: [PATCH] Adjust env markers and deps for Python 3.8+ (#1005) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- .pre-commit-config.yaml | 4 ++-- requirements/pytest.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1fb6068..408e9a7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements/pytest.txt b/requirements/pytest.txt index a3577a50..b9c84e06 100644 --- a/requirements/pytest.txt +++ b/requirements/pytest.txt @@ -1,2 +1,2 @@ -pytest==8.3.2; python_version >= "3.8" +pytest==8.3.2 pytest-cov==5.0.0