tacker/tacker/glance_store
Yasufumi Ogawa 14fa2846c6 Introduce py39 for unittests
This update is to introduce py39 for unittest via tox. After installing
python3.9, you can run tests with py39.

  # Run unittests with py39
  $ tox -e py39
  # or debug
  $ tox -e debug-py39

For the update, replace `base64.encodestring` with `base64.encodebytes`
because it has been a deplicated alias and removed in python3.9.

Change-Id: I1ea2e4fb836c485cfe7690c3bf8a0791ced655d5
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
2020-11-08 06:11:48 +00:00
..
__init__.py Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
store.py Introduce py39 for unittests 2020-11-08 06:11:48 +00:00