diff --git a/conformance-test.sh b/conformance-test.sh index 8b1e82f5b..d51d0f278 100755 --- a/conformance-test.sh +++ b/conformance-test.sh @@ -78,7 +78,7 @@ else pip uninstall -y cwltool pip install -r"${SCRIPT_DIRECTORY}/mypy-requirements.txt" CWLTOOL_USE_MYPYC=1 MYPYPATH="${SCRIPT_DIRECTORY}/mypy-stubs" pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt" - pip install 'cwltest>=2.3' pytest-cov pytest-xdist + pip install 'cwltest>=2.5' pytest-cov pytest-xdist fi # Set conformance test filename diff --git a/setup.py b/setup.py index 1733b39d7..f7cf49c10 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ test_suite="tests", tests_require=[ "bagit >= 1.6.4, < 1.9", - "pytest >= 6.2, < 8.1", + "pytest >= 6.2, < 8.2", "mock >= 2.0.0", "pytest-mock >= 1.10.0", "pytest-httpserver", diff --git a/test-requirements.txt b/test-requirements.txt index 9f95d88eb..c1318d38d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ bagit>=1.6.4,<1.9 -pytest>= 6.2,< 8.1 +pytest>= 6.2,< 8.2 pytest-xdist pytest-httpserver mock>=2.0.0