]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-detect-init: run tox tests on Python 2 only 31966/head
authorNathan Cutler <ncutler@suse.com>
Tue, 3 Dec 2019 09:34:45 +0000 (10:34 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 5 Dec 2019 14:03:43 +0000 (15:03 +0100)
Luminous is EOL upstream and 12.2.13 will be the last point release, so it's
pretty much a given that luminous will not be migrated to py3.

Luminous runs on OS versions where py3 is not a "first-class citizen": compiling
the mgr with a py3 subinterpreter on such systems would be "interesting"...

Python 3 testing was dropped for ceph-disk by
28c545eff5f73e392b70ef4c0cf74f8a896b693b (over 3 years ago) and
ceph-detect-init is a component of ceph-disk.

This commit cannot be cherry-picked from master because ceph-detect-init was
removed in nautilus.

Fixes: https://tracker.ceph.com/issues/43100
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/ceph-detect-init/tox.ini

index 54691f78df8013fa5a6863917410288c14030fbf..16bad69c4a615340780d37cd51e2bd075e942674 100644 (file)
@@ -1,11 +1,10 @@
 [tox]
-envlist = pep8,py27,py3
+envlist = pep8,py27
 skip_missing_interpreters = True
 
 [testenv]
 basepython =
     py27: python2.7
-    py3: python3
 setenv = VIRTUAL_ENV={envdir}
 usedevelop = true
 deps =