Temporarly disable check-import

check-import has ansible as a dependency, which installs only
2.9 ansible version and it conflicts with higher ansible versions
Issue to check-import will be submitted to have ansible-test as
a dep.
Change-Id: Ide46a8a6b45677e82e57eb6a4c5dfe412d7b37fd
This commit is contained in:
Sagi Shnaidman 2020-07-26 09:32:04 +03:00
parent 8792b2b527
commit 1f3417cdef
4 changed files with 7 additions and 7 deletions

View File

@ -7,5 +7,5 @@ voluptuous
yamllint
rstcheck
ruamel.yaml
galaxy-importer
#galaxy-importer # see https://review.opendev.org/#/c/743054
tox

View File

@ -7,5 +7,5 @@ voluptuous
yamllint
rstcheck
ruamel.yaml
galaxy-importer
#galaxy-importer # see https://review.opendev.org/#/c/743054
tox

View File

@ -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

View File

@ -38,7 +38,6 @@ commands =
deps =
pbr
ruamel.yaml
galaxy-importer
ansible-base
commands =