Commit Graph

11 Commits

Author SHA1 Message Date
Alex Kavanagh 9efd83a572 Migrate unit tests from testr to stestr
Note the interface doesn't actually have unit test.  This just migrates
away from the deprecated testr module.

Change-Id: I02cd48778bcbca8f6d05dc83d96d1e44852d1da3
2021-02-10 11:44:02 +00:00
Ghanshyam Mann 62618955c7 [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

Change-Id: I63d6e2cc5c7aaea30437a04f44ecfef0e2de89ee
2020-02-27 20:23:27 -06:00
Camille Rodriguez bde81cf91f 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: I217bc2a9c075526285173eab1fb2b69a8817a416
2019-08-27 08:51:54 -04:00
OpenDev Sysadmins 5a698bb69a 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:43:49 +00:00
wanghui 188d685775 Add py36 tox environment
Change-Id: I5a1c4fd92ce2ded50c5834a026a768a206addf0c
2018-11-07 20:21:50 +08:00
Doug Hellmann 429f50fa7c 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: I8d4cf1d864c143c20f633166e777854ff06f14f2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-12 10:18:05 +00:00
Andreas Jaeger 46d56bd217 Fix repo set up
Add usual CI jobs so that changes can merge.

Update tox to remove deprecated pip option:
  The parameter --allow-unverified is obsolete, also python-apt
  cannot be installed and is unneeded for current jobs.

  Remove so that python installation works.

Add missing .gitreview file.

Change-Id: Icaf7a63d65c2cf03b45deca262089e29a608d987
2018-10-12 12:16:30 +02:00
James Page 73dba739d0 Reset conversation scope to GLOBAL 2017-07-06 16:43:39 +01:00
James Page d31481c34b Switch back to UNIT scope 2017-07-06 16:04:01 +01:00
James Page 2ad4ab55bd Switch scope to GLOBAL 2017-07-06 15:57:36 +01:00
James Page 273d2b7919 Initial interface version 2017-07-06 14:04:23 +01:00