summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-04-28 12:23:40 -0700
committerTim Burke <tim.burke@gmail.com>2023-05-01 08:49:55 -0700
commit415efe08f28216d94c220547b5e54e10e0b09b02 (patch)
tree5fc867ea384b8ca242d82a1b991e9b8ea6d71561 /tox.ini
parent4ce04d1d5c13d0845d0166b0552375c62e115cbe (diff)
downloadpyeclib-415efe08f28216d94c220547b5e54e10e0b09b02.tar.gz
Fix gateHEADmaster
Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/881890 Change-Id: I9ebf7457e0fc0c98711ba1b093b0f1b8a9f25dff
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e7ca727..c07c3e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,8 @@ setenv = LIBERASURECODE_DIR={envdir}/liberasurecode
JERASURE_DIR={envdir}/jerasure
GFCOMPLETE_DIR={envdir}/gf-complete
passenv = LIBERASURECODE_REF
+allowlist_externals =
+ compilelibs: {toxinidir}/tools/pip-install-with-liberasurecode.sh
install_command =
compilelibs: {toxinidir}/tools/pip-install-with-liberasurecode.sh {opts} {packages}
!compilelibs: pip install {opts} {packages}