Skip to content

Commit e2ecd35

Browse files
Update pytest requirement from <7 to <8
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@1.0.0b3...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c635d40 commit e2ecd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
)
3838
.read()
3939
.splitlines(),
40-
tests_require=["pytest<7"],
40+
tests_require=["pytest<8"],
4141
test_suite="tests",
4242
scripts=[
4343
"cwl_utils/docker_extract.py",

0 commit comments

Comments
 (0)