Browse Source
The tox venv environment is run during post jobs and thus cannot use constraints. See http://logs.openstack.org/a6/a6650650f065bc4423568f9318d362957eba7f31/post/magnum-docs/60418d4/ http://logs.openstack.org/a6/a6650650f065bc4423568f9318d362957eba7f31/post/magnum-branch-tarball/415035c/ We run for docs jobs: "tox -e venv python setup.py build_sphinx" thus, the docs environment is not used. For branch tarball, the infra scripts use: "tox -e venv python setup.py sdist" And infra does not setup constraints for post jobs currently as this is not working with current tools Fix tox.ini for this. Change-Id: Iad81b47899c4554b75f90dc24f0aa2aff7aef730changes/39/306839/2
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue