From fb6540a9c00cf03aa8fb0e9ba84e0e7c17f30054 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sat, 13 Nov 2021 17:05:15 +0100 Subject: [PATCH] fix running the CWL tests as part of test_galaxy_packages --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd9fd34a59ad..06e12743171f 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,13 @@ whitelist_externals = make commands = bash .ci/check_mako.sh [testenv:test_galaxy_packages] -commands = bash packages/test.sh +deps = pyyaml +commands = + make generate-cwl-conformance-tests + bash packages/test.sh +whitelist_externals = + make + bash [testenv:test_galaxy_release] commands = bash test/release.sh