From: Dimitri Savineau Date: Wed, 5 May 2021 15:08:08 +0000 (-0400) Subject: ceph-volume: remove duplicate py3 env X-Git-Tag: v17.1.0~2040^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1589b4799d30e67fbef6dd50e17b9443c1ceeb05;p=ceph.git ceph-volume: remove duplicate py3 env 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 --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 6ccf3e775caa..9c09f8f9e456 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py3, py3-flake8 +envlist = py3, py3-flake8 skip_missing_interpreters = true [testenv]