Skip to content

Commit 24e6d1f

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <6.3,>=6.2 to >=6.2,<7.1
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04a3c72 commit 24e6d1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
tagger = egg_info_cmd.egg_info
1919

2020
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
21-
pytest_runner: List[str] = ["pytest < 7", "pytest-runner"] if needs_pytest else []
21+
pytest_runner: List[str] = ["pytest < 8", "pytest-runner"] if needs_pytest else []
2222

2323
USE_MYPYC = False
2424
# To compile with mypyc, a mypyc checkout must be present on the PYTHONPATH
@@ -84,7 +84,7 @@
8484
]
8585

8686
extras_require = {
87-
"docs": ["sphinx >= 2.2", "sphinx-rtd-theme", "pytest < 7"],
87+
"docs": ["sphinx >= 2.2", "sphinx-rtd-theme", "pytest < 8"],
8888
"pycodegen": ["black"],
8989
}
9090

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest >= 6.2, < 6.3
1+
pytest >= 6.2, < 7.1
22
pytest-cov
33
pytest-xdist

0 commit comments

Comments
 (0)