Skip to content

Commit

Permalink
conformance testing: set cwltest 2.5 as minimum version for Pytest 8.…
Browse files Browse the repository at this point in the history
…1.x compat.
  • Loading branch information
mr-c committed Mar 4, 2024
1 parent b369679 commit aa50d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa50d2f

Please sign in to comment.