Skip to content

Commit d771234

Browse files
Update pytest requirement from <8.2,>=6.2 to >=6.2,<8.3
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...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ced372 commit d771234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
test_suite="tests",
152152
tests_require=[
153153
"bagit >= 1.6.4, < 1.9",
154-
"pytest >= 6.2, < 8.2",
154+
"pytest >= 6.2, < 8.3",
155155
"mock >= 2.0.0",
156156
"pytest-mock >= 1.10.0",
157157
"pytest-httpserver",

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bagit>=1.6.4,<1.9
2-
pytest>= 6.2,< 8.2
2+
pytest>= 6.2,< 8.3
33
pytest-xdist>=3.2.0 # for the worksteal scheduler
44
psutil # enhances pytest-xdist to allow "-n logical"
55
pytest-httpserver

0 commit comments

Comments
 (0)