Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann cd3c8395f8 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

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

Needed-By: https://review.opendev.org/#/c/714728/

Change-Id: I533f383c7289759c71cf5a4096b38c9bd7c9ac0a
2020-03-25 06:13:55 +00:00
Camille Rodriguez 6bdbcc8921 Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I6a6afc636a4a2cfc787ba8b82b80edffb37359a0
2019-08-27 11:23:09 -04:00
OpenDev Sysadmins 42a467e5f6 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:37:04 +00:00
Ian Wienand e32a231781 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ib1e077e2d0938a52ee131642d5567c9d21923b1d
2019-03-24 20:32:58 +00:00
Zuul 7ab646bee9 Merge "fix tox python3 overrides" 2019-03-12 14:46:13 +00:00
melissaml 857835ace9 fix typos in the docstring
Change-Id: I0c6300f986d3aec2af673778df21e38f4292f815
2018-12-22 03:53:58 +08:00
Doug Hellmann edf83f41d4 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: Ic22596fe76e2c581323ecadb3723336668e55623
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:39:18 -04:00
Doug Hellmann 2aa01511d2 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: I8cc997b9a4f6284283c772e4a49a9a45593ddb51
Story: #2002586
Task: #24317
2018-09-11 13:14:26 -04:00
Mathieu Mitchell a026003de1 Add missing tox.ini and .gitreview
Change-Id: I7892d1699afe921feeb1257fda05e3a4e54a68fb
2018-06-26 23:03:50 -04:00
Mathieu Mitchell dbe5e66513 Improve readme 2017-12-04 23:41:55 -05:00
Mathieu Mitchell 2d5b4a32d1 Initial commit 2017-12-04 23:06:40 -05:00