Commit Graph

6 Commits

Author SHA1 Message Date
James Page dcd0b5f2bb Retire repository
Change-Id: I99ff9fb980dff37e58abd4e027204d36ce5aa278
2020-09-03 08:46:42 +01:00
Ghanshyam Mann 75c0169d47 [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: Iea382a3ec4564d3bf00d16dda281673bc10cb33b
2020-03-24 17:32:03 +00:00
Camille Rodriguez ccbac241c1 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: I2e1f234ff5dcef017cd6e658d303ae3261f2e3b9
2019-08-27 08:40:34 -04:00
Doug Hellmann 85c41c2ce9 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: Ia9a54b55f87cf6ab52dfc0952d2a8e23512d8020
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-04 12:45:20 +00:00
Andreas Jaeger f7c8e0cd89 Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Change-Id: I0edffa6d6de0c9ab28c094da2a1062d969aeb3be
2018-10-04 12:13:10 +02:00
Chris Holcombe dd7b6204fa Lint Rules
Adding a tox.ini to allow lint to happen over the code.  This
also allows commits to land.  unit tests will be forthcoming
when https://github.com/juju/charm-tools/issues/249 is
resolved.

Change-Id: I8140ced05d1898f7561337e0e1f82570e0fcbcaa
2017-03-20 14:38:54 -07:00