Skip to content

Commit 9ab5512

Browse files
Update pytest requirement from <7 to <8 (#148)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3068f6 commit 9ab5512

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
@@ -13,7 +13,7 @@
1313
exec(open("cwl_utils/__meta__.py").read())
1414

1515
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
16-
pytest_runner: List[str] = ["pytest < 7", "pytest-runner"] if needs_pytest else []
16+
pytest_runner: List[str] = ["pytest < 8", "pytest-runner"] if needs_pytest else []
1717
setup(
1818
name="cwl-utils",
1919
version=__version__, # type: ignore

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest < 7
1+
pytest < 8
22
pytest-cov
33
pytest-xdist

0 commit comments

Comments
 (0)