]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: remove duplicate py3 env 41178/head
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 5 May 2021 15:08:08 +0000 (11:08 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Wed, 5 May 2021 15:09:50 +0000 (11:09 -0400)
We don't need to have py36 and py3 env in the tox configuration.
Currently we're running pytest twice on the same python 3 release.
Using py3 only is more generic and reflects was is defined in the
other tox.ini file for other components.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
src/ceph-volume/tox.ini

index 6ccf3e775caadb0708c2c341475b64fdf3e650bd..9c09f8f9e456d3ee5e6cc6e7cd9ae3194a6095cf 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py36, py3, py3-flake8
+envlist = py3, py3-flake8
 skip_missing_interpreters = true
 
 [testenv]