From: Andrew Schoen Date: Fri, 10 May 2019 16:04:35 +0000 (-0500) Subject: ceph-volume: skip missing interpreters when running tox tests X-Git-Tag: v14.2.2~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29028%2Fhead;p=ceph.git ceph-volume: skip missing interpreters when running tox tests This will skip tests for versions of python that don't exist on the node that's running the tests. Signed-off-by: Andrew Schoen (cherry picked from commit f1db0a864814d9b81192d89b6eebb6c624ddec3b) --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 32dfc4fdd6a..71eb8c5979b 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py27, py35, py36, flake8 +skip_missing_interpreters = true [testenv] deps=