From: Loic Dachary Date: Wed, 16 Nov 2016 17:47:28 +0000 (+0100) Subject: tests: no python3 tests for ceph-disk X-Git-Tag: v11.1.0~266^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28c545eff5f73e392b70ef4c0cf74f8a896b693b;p=ceph.git tests: no python3 tests for ceph-disk 2.5.0 published today made it so an environment with no action fails where it previously did not. Fixes: http://tracker.ceph.com/issues/17923 Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk/tox.ini b/src/ceph-disk/tox.ini index a566619c1017..f835f409cb12 100644 --- a/src/ceph-disk/tox.ini +++ b/src/ceph-disk/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = flake8,py27,py34,py35,py36 +envlist = flake8,py27 skip_missing_interpreters = True [testenv]