fix: pytz lib added to requirements.txt

fix: changing envlist
Change-Id: I9b086fb5c61156a3d41c381e5c1f2b29e4b31793
This commit is contained in:
Hasan Acar 2024-03-06 12:44:15 +00:00
parent 090db5b692
commit a5e3d8271f
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ tempest>=17.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
mock>=2.0.0 # BSD
monasca-common>=2.8.0 # Apache-2.0
pytz>=2013.6 # MIT

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py37,pypy,pep8
envlist = py3,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True