Skip to content

Commit 7be5a2f

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <8.5,>=6.2 to >=6.2,<9.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...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcff727 commit 7be5a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
176176
test_suite="tests",
177177
tests_require=[
178178
"bagit >= 1.6.4, < 1.10",
179-
"pytest >= 6.2, < 8.5",
179+
"pytest >= 6.2, < 9.1",
180180
"mock >= 2.0.0",
181181
"pytest-mock >= 1.10.0",
182182
"pytest-httpserver",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bagit>=1.6.4,<1.10
2-
pytest>= 6.2,< 8.5
2+
pytest>= 6.2,< 9.1
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)