tacker/requirements-extra.txt
Yasufumi Ogawa 0f21044af9 Temporary revert to install ht and tp with pip
This update is to revert a change for tosca-parser and heat-translator
installation [1]. It works fine for devstack for Tacker, but doesn't
for some CI tests in kolla. It fails for a "package cannot be found"
error.

The reason of [1] is introduced is because we need to make a change and
it can be used from Tacker quickly. We cannot wait pip packages updated.
However, the latest versions are released recently in which all updates
required from Tacker are included. So, it's OK to revert [1] for a
while.

If this reverting does not affect to kolla CI after merged, we should
cancel the change and make install from git repo again.

[1] commit 500d2eb7 "Change tosca-parser and heat-translator install"

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: Ie2d994b053e909ab10a99307793c795628482e2b
2021-03-10 05:44:28 +00:00

9 lines
489 B
Plaintext

# This file is used as an input for pip while runnign tox jobs in addition to
# `requirements.txt`. The reason why separated from `requirements.txt' is
# because the syntax of `-e git+https://...` cannot be understood in job
# `tox -e lower-constraints` and it's failed if it's defined in
# `requirements.txt`.
#-e git+https://opendev.org/openstack/tosca-parser.git#egg=tosca-parser # Apache-2.0
#-e git+https://opendev.org/openstack/heat-translator.git#egg=heat-translator # Apache-2.0