Commit Graph

2 Commits

Author SHA1 Message Date
Andreas Jaeger 2ceec3b348 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Increase requests lower requirement since oslo.config needs 2.18.0.
Fix idna lower-constraint to satisfy requests.

Change-Id: I753e09613b50e099060e2c85eb80d06d8b257858
2020-02-04 21:02:09 +01:00
Steve Martinelli 1147c9721d add quotes around editable requirement
quotes are needed around the repo link otherwise it will not
install, thinking the package was not specified:

  pip install -q -U -e git+https://git.openstack.org/openstack/tosca-parser.git
  --editable=git+https://git.openstack.org/openstack/tosca-parser.git
  is not the right format; it must have #egg=Package

Co-Authored-By: Sahdev Zala <spzala@us.ibm.com>

Change-Id: Ib26f388823a95a870027a9e0ab127c8d760e2ad6
2016-05-26 20:33:25 -07:00