Skip to content

Commit 71360db

Browse files
committed
Conformance testing, skip a bad cwltest release
1 parent 46e0405 commit 71360db

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.5' pytest-cov pytest-xdist>=3.2.0 psutil
81+
pip install 'cwltest>=2.5,!=2.5.20240709060407' pytest-cov pytest-xdist>=3.2.0 psutil
8282
fi
8383

8484
# Set conformance test filename

0 commit comments

Comments
 (0)