Skip to content

Commit 0418dab

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

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
@@ -175,7 +175,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
175175
test_suite="tests",
176176
tests_require=[
177177
"bagit >= 1.6.4, < 1.9",
178-
"pytest >= 6.2, < 8.4",
178+
"pytest >= 6.2, < 8.5",
179179
"mock >= 2.0.0",
180180
"pytest-mock >= 1.10.0",
181181
"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.9
2-
pytest>= 6.2,< 8.4
2+
pytest>= 6.2,< 8.5
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)