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: v12.2.13~250^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28519%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 fce465def18..7cd9059f624 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=