Commit Graph

20 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
Ghanshyam Mann 0fda055a68 Fix pep8 testing for ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886296
Bump the pyflakes to 2.1.1 as min version to run pep8 jobs
on py3.8 which is default python vesion in ubuntu focal.

Story: #2007865
Task: #40206

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html

Change-Id: I7f6fbfaa1bae66d8cbd449ab268162791ea71de9
2020-09-09 16:53:37 -05: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
OpenDev Sysadmins 23b43c67f0 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:56 +00:00
Vieri 69be3aba34 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I8a6813954cf2621acfb005f07edae420965f63c1
Story: #2002586
Task: #24321
2018-08-21 16:22:46 +00: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
OpenStack Proposal Bot d7ac0ff7ca Updated from global requirements
Change-Id: I35cb1e82ff24b7180f8ed1671ad01c7acf262a3c
2017-03-31 17:38:36 +00: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
Tony Breeds 3eb026b1a0 Use a modern PBR package
The 2.0.0 is breaking in that it removes the use of warnerrors in
build_sphinux.

requestsexceptions isn't using that feature, so it shoudln't break.

The cap on pbr is preventing other OpenStack projects that would like to
use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks
co-installability with requestsexceptions

Change-Id: Id7ed73ec18580a9649f67b42f369c8820573b4a5
Related-Bug: 1668848
2017-03-01 16:41:11 +11:00
Monty Taylor 19ee96965a Properly indicate python 3 support
requestsexceptions supports python3 just fine, but the build files did
not indicate this. More importantly, wheel=universal was not set, so it
was just uploading a py2 wheel to pypi. Silly wheels.

Change-Id: I4992eebe18193329699409ecfee9036b67dfbac3
Closes-Bug: 1541616
2016-02-05 21:16:59 -06:00
Jenkins cd9cc98365 Merge "Add SNIMissingWarning" 2016-01-04 23:10:17 +00:00
James E. Blair fb651d406a Add SNIMissingWarning
Change-Id: I29ec079326f09c6b7e40f2ea4e1afc6ca470ffed
2015-12-16 15:49:59 -08: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
Monty Taylor d9eb7114dc Fix typos
Change-Id: Ibb5c6d9fe05f5df4424a05aaabf492dfd573f556
2015-11-04 10:11:32 -05:00
James E. Blair dd66558b69 Add tox.ini and .gitignore
Change-Id: I10fe1310efc344567342e5fc135a62b56e445b1c
2015-11-03 16:49:48 -08:00
Jenkins 40126a4040 Merge "Add SubjectAltNameWarning and a helper function" 2015-11-03 18:13:20 +00:00
Monty Taylor 448d469780 Add SubjectAltNameWarning and a helper function
shade hits the SubjectAltName problem when talking to Rackspace. Also,
one of the things you want to do is turn off the warnings - so add a
function for that.

Change-Id: I3a55c66e5a4033a47a9d8704dd30709a5c53edc9
2015-11-03 12:17:16 -05:00
James E. Blair 9b2d963d03 Add .gitreview
Change-Id: I8cdf3fd457c0cb87c96fbb31133376fc70032731
2015-11-03 09:11:47 -08:00
James E. Blair 82fb34c4e9 Initial commit 2015-10-27 08:04:14 +09:00