Skip to content

Commit 70ab9a5

Browse files
committed
conformance testing: set cwltest 2.5 as minimum version for Pytest 8.1.x compat.
1 parent 60ddadb commit 70ab9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ else
7878
pip uninstall -y cwltool
7979
pip install -r"${SCRIPT_DIRECTORY}/mypy-requirements.txt"
8080
CWLTOOL_USE_MYPYC=1 MYPYPATH="${SCRIPT_DIRECTORY}/mypy-stubs" pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
81-
pip install 'cwltest>=2.3' pytest-cov pytest-xdist
81+
pip install 'cwltest>=2.5' pytest-cov pytest-xdist
8282
fi
8383

8484
# Set conformance test filename

0 commit comments

Comments
 (0)