diff --git a/test-requirements-2.9.txt b/test-requirements-2.9.txt index 06c66dee..b657ee88 100644 --- a/test-requirements-2.9.txt +++ b/test-requirements-2.9.txt @@ -7,5 +7,5 @@ voluptuous yamllint rstcheck ruamel.yaml -galaxy-importer +#galaxy-importer # see https://review.opendev.org/#/c/743054 tox diff --git a/test-requirements.txt b/test-requirements.txt index 99801611..cf2f8264 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,5 +7,5 @@ voluptuous yamllint rstcheck ruamel.yaml -galaxy-importer +#galaxy-importer # see https://review.opendev.org/#/c/743054 tox diff --git a/tools/check-import.sh b/tools/check-import.sh index af4caf5c..cc738162 100755 --- a/tools/check-import.sh +++ b/tools/check-import.sh @@ -16,9 +16,10 @@ set -e TOXDIR=${1:-.} +######### Disbaled in https://review.opendev.org/#/c/743054 # galaxy_importer.main does not return non-zero error code on error -output=$(python -m galaxy_importer.main $TOXDIR/build_artifact/*) -if echo $output | grep ERROR: ; then - exit 1 -fi +#output=$(python -m galaxy_importer.main $TOXDIR/build_artifact/*) +#if echo $output | grep ERROR: ; then +# exit 1 +#fi diff --git a/tox.ini b/tox.ini index 4ce1077f..157683f5 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,6 @@ commands = deps = pbr ruamel.yaml - galaxy-importer ansible-base commands =