Release sync for 20.08

- Classic charms: sync charm-helpers.
- Classic ceph based charms:  also sync charms.ceph
- Reactive charms: trigger a rebuild
- sync tox.ini
- sync requirements.txt and test-requirements.txt

Change-Id: Icec73224db6d61370af014d1e0a38f9efac8a070
This commit is contained in:
Alex Kavanagh 2020-07-27 20:09:25 +01:00
parent 66c2b6259f
commit e7443c7438
2 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
91e8d760-a4d0-11ea-980f-3771f38b8c03
d9f81016-d02c-11ea-8beb-6b5717b73b31

View File

@ -50,6 +50,11 @@ basepython = python3.7
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:py38]
basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt