summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-05-04 14:11:40 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-05-08 11:01:34 -0500
commitc3834e675fde19689543d3a99767555ffa3dcb2d (patch)
treee25369329f28b5717ace4fd869a05b1acbf1d9a4 /setup.cfg
parent4b62c90063abc0c1b3e6b564a171e8c1d96cb735 (diff)
downloadnova-c3834e675fde19689543d3a99767555ffa3dcb2d.tar.gz
Moving functional jobs to Victoria testing runtime
As per Victoria testing runtime[1], we need to tests py3.6, py3.7, and py3.8. - py3.7 is being tested with integration jobs. - py3.6 and py3.8 are tested with unit test jobs. Nova functional tests are testing py3.6 which can be moved to the latest python available in this cycle which is 3.8. We do not need to run functional or integration tests on each supported python version. Testing them on the latest python version is enough. Coverage of all supported python version is achieved via unit tests job. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I1d6a2986fcb0435cfabdd104d202b65329909d2b
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 928b36e6b9..c89f1999a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython