Commit Graph

7 Commits

Author SHA1 Message Date
Takashi Kajinami 4ca787152e Update supported python versions
... and also bump hacking to avoid conflict in test requirements.

Change-Id: I0d12ca25bea62577120b89f9f910d4dbbd141aed
2024-01-20 01:22:07 +09:00
Andreas Jaeger 452a7fcc8f [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

Change-Id: I4444bfd4b729ccd86dabe1f2c37f475a3368a812
2020-02-04 20:59:41 +01:00
qingszhao 76c6344d3e fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ia4d5692902d065ff3761b14d44a9e38815bc579f
2018-06-12 01:14:20 +08:00
Monty Taylor babf4d2486
Remove runtime depend on pbr
There is actuall no runtime depend. There is a build time depend, but
that's taken care of already.

Change-Id: I4bc7b012f9e5dd9f16c67ca3dcdfdeb5e63cd912
2017-03-29 05:04:49 -05:00
Monty Taylor 6fc1f5e800
Update tox for OpenStack
requestsexceptions is now part of the shade project, so update
adminstrivia things. We should declare 3.5 support, and not 3.4 or 3.3,
since they're untested. We should also remove the infra exclusions since
it's no longer under that umbrella (also, no code changes were required)

Change-Id: Idc1a5449c6ed5a790083a63dfbd5815fbc9dd650
2017-03-29 05:02:57 -05:00
Ondřej Nový ee3e51ffcf Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Ia69ce498ce95109dc0f30bb337bc6eb256605be6
2015-12-11 22:51:24 +01:00
James E. Blair dd66558b69 Add tox.ini and .gitignore
Change-Id: I10fe1310efc344567342e5fc135a62b56e445b1c
2015-11-03 16:49:48 -08:00