]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: skip missing interpreters when running tox tests 33489/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 10 May 2019 16:04:35 +0000 (11:04 -0500)
committerShyukri Shyukriev <shshyukriev@suse.com>
Fri, 28 Feb 2020 13:19:34 +0000 (15:19 +0200)
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 6db5556b66fa2c416007c4052c591b9c50b30145..1741f3032f43d9c778ef0b6dccd8e663e939a798 100644 (file)
@@ -1,5 +1,6 @@
 [tox]
 envlist = py27, py35, py36, flake8
+skip_missing_interpreters = true
 
 [testenv]
 deps=