]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
python-common: remove py27 from envlist in tox.ini
authorKefu Chai <kchai@redhat.com>
Mon, 11 Nov 2019 10:38:32 +0000 (18:38 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Dec 2019 03:52:55 +0000 (11:52 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/python-common/tox.ini

index 09d53d7e51b8cb862bbb8e3ad1dc280f15eb6909..43cd8bceecda21530f8ba39fa235595a4d623af4 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27, py3, lint
+envlist = py3, lint
 skip_missing_interpreters = true
 
 [testenv:py3]
@@ -7,11 +7,6 @@ deps=
     -rrequirements.txt
 commands=pytest --mypy --mypy-ignore-missing-imports --log-cli-level=DEBUG {posargs}
 
-[testenv:py27]
-deps=
-    -rrequirements.txt
-commands=pytest --log-cli-level=DEBUG {posargs}
-
 [tool:pytest]
 norecursedirs = .* _* virtualenv