Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 62d775d17f Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Use sphinx-build for building, fix problems found
- Cleanup tox.ini
- Use newer openstackdocstheme option, remove obsolete config

Change-Id: I7a3788858af70d4349d21dcf04907b42365985c1
2020-04-09 12:33:19 +02:00
Ghanshyam Mann 878ff2190d [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

specs repo either has py27 job or requirement or tox env.

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

Change-Id: I4b491c076f7ba28cdebd77341bd20bcf64e58e66
2019-12-13 18:59:10 +00:00
zhulingjie 320fee8c19 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I6e4e815052a357014c11e2218594edcfa7a1fab9
2019-05-22 18:36:28 +08:00
98k 4b404b52f9 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: I8d14cbbd9918fdd9c040ea3cd94b34dc65bbf275
2018-10-08 07:50:50 +00:00
Doug Hellmann 8eda2a0047 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: Id58d48b4d42bd4bef006d866942bd01b945dca71
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:57:20 -04:00
Kirill Zaitsev d4db3d5683 Update spec repo config
* Updates spec repository with pike specs.
* Update requirements and doc config to match the latest updates to doc
  configurations in other projects

Change-Id: I7e19a62457c41ffa728f446c5c24f49fa2394be4
2017-06-02 13:11:28 +03:00
Rajiv Kumar 78f07707cb Use upper-constraints for tox envs
Pin tox environments to upper-constraints to avoid conflicts with
library releases.

Change-Id: I81326fd7defae7a858cb3b4b2e80d45110ff92e3
2017-01-12 10:00:40 +05:30
hparekh daac8eb3cb Pass environment variables of proxy to tox
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fixes this problem.

Change-Id: I79689d70d14239387f7ad9646eaf6cd2994ebcf7
Closes-bug: #1524824
2015-12-10 12:59:53 +00:00
Ruslan Kamaldinov 9401aa34ea Initial setup of spec project
Change-Id: I1d64181c7154836af9c53f8b9482aede113bc082
2014-11-18 22:34:38 +03:00