Commit Graph

7 Commits

Author SHA1 Message Date
Cai Hui 7a7a97dd0c Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: Iaa74763ad7fa80ad5b47cc820a04b8e3a7ad25d9
2022-05-08 16:38:19 +08:00
caihui 7970da0317 Update CI jobs for wallaby
Change-Id: I51c62b12af6e6609be3b18358c8541e297b208be
2020-11-09 19:59:24 -08:00
Caihui 3d327a66c5 Remove mock from lower-constraints
This packages is only needed  for python2.x.

Change-Id: I729d9c6482ab604d31f74ecdae0c33eaa16efb34
2020-06-24 03:46:14 -07:00
jacky06 179acb3469 Remove the unused coding style modules
Python modules related to coding style checks (listed in blacklist.txt in
openstack/requirements repo) are dropped from lower-constraints.txt
as they are not actually used in tests (other than pep8).

Change-Id: Ib2468762d81b0bd694c486169b05b8bbbd142cae
2020-05-11 23:58:23 +08:00
Andreas Jaeger 72de51b01c Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build with warnings enabled, fix
  warnings found with autodoc
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version, switch to using apidoc
- Remove install_command from tox.ini, the default is fine
- Change some imports to use python3 changed names

Change-Id: Ibb2e614c7db8a01e41caed8314c1d46479c78295
2020-04-12 20:58:22 +02:00
caihui b9ef93c2f1 Remove six useage
We don't support python2 anymore so we don't need this compatibility
library.

This patch remove six useage.

Change-Id: I5802ee67960ff8c53bc33213cc5aa8baee0d0dce
2020-02-18 01:29:51 -08:00
Cai Hui b008ef902d Update tox.ini and fix pep8 errors
1.Add [testenv:lower-constraints]
2.Add lower-constraints.txt
3.Check env:UPPER_CONSTRAINTS_FILE
4.Remove  passenv parameters which are not required
5.Fix pep8 errors

Change-Id: I8ec8aac38e80a6e2b8ce9e9dc70f0cf187c0ce7c
2018-11-07 06:14:17 -05:00