]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: skip missing interpreters when running tox tests 28519/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 10 May 2019 16:04:35 +0000 (11:04 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 12 Jun 2019 17:13:22 +0000 (12:13 -0500)
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 <aschoen@redhat.com>
(cherry picked from commit f1db0a864814d9b81192d89b6eebb6c624ddec3b)

src/ceph-volume/tox.ini

index fce465def1881132244673eeff7c35a85794c1cb..7cd9059f6246c52f369c9f02d49e6829d8694871 100644 (file)
@@ -1,5 +1,6 @@
 [tox]
 envlist = py27, py35, py36, flake8
+skip_missing_interpreters = true
 
 [testenv]
 deps=