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:
parent
8792b2b527
commit
1f3417cdef
@ -7,5 +7,5 @@ voluptuous
|
||||
yamllint
|
||||
rstcheck
|
||||
ruamel.yaml
|
||||
galaxy-importer
|
||||
#galaxy-importer # see https://review.opendev.org/#/c/743054
|
||||
tox
|
||||
|
@ -7,5 +7,5 @@ voluptuous
|
||||
yamllint
|
||||
rstcheck
|
||||
ruamel.yaml
|
||||
galaxy-importer
|
||||
#galaxy-importer # see https://review.opendev.org/#/c/743054
|
||||
tox
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user