Skip to content

Commit 30800a2

Browse files
committed
adjust test running against cwltool.Dockerfile
1 parent d4768ae commit 30800a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cwltool-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker run -it -v /var/run/docker.sock:/var/run/docker.sock \
77
-v /tmp:/tmp \
88
-v "$PWD":/tmp/cwltool \
99
quay.io/commonwl/cwltool_module /bin/sh -c \
10-
"apk add gcc bash && pip install -r/tmp/cwltool/test-requirements.txt ; pytest -k 'not test_bioconda and not test_double_overwrite and not test_env_filtering' -n auto -v -rs --pyargs cwltool"
10+
"apk add gcc bash && pip install -r/tmp/cwltool/test-requirements.txt ; pytest -k 'not (test_bioconda or test_double_overwrite or test_env_filtering or test_biocontainers or test_disable_file_overwrite_without_ext or test_disable_file_creation_in_outdir_with_ext or test_write_write_conflict or test_directory_literal_with_real_inputs_inside or test_revsort_workflow)' --ignore-glob '*test_udocker.py' -n auto -v -rs --pyargs cwltool"
1111

1212
version=$(git describe --tags)
1313
if echo "$version" | grep -vq '\-' >& /dev/null ; then

0 commit comments

Comments
 (0)