]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
drop python2.6 support 501/head
authorKefu Chai <kchai@redhat.com>
Tue, 1 Sep 2020 12:19:35 +0000 (20:19 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 1 Sep 2020 12:20:38 +0000 (20:20 +0800)
python2.7 is almost EOL, python2.6 is long gone

Signed-off-by: Kefu Chai <kchai@redhat.com>
setup.py
tox.ini

index d52094ca63625eddb2c425276f073c0affbccb3b..4eddb241a58c392c05e4de12e6739987efd1bb83 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,6 @@ def read(fname):
 
 install_requires = [
     "remoto >= 1.1.4",
-    "argparse;python_version<'2.7'",
-    "argparse;'3.0'<=python_version<'3.2'",
     "configparser;python_version<'3.0'",
     "setuptools < 45.0.0;python_version<'3.0'",
     "setuptools;python_version>='3.0'"]
diff --git a/tox.ini b/tox.ini
index 6ec796fcc755e2e3888955baea8ab4bfe94ce115..a2722c3b447a40a05420aa9148619f4a226e51f1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,6 @@ commands=flake8 --select=F,E9 --exclude=vendor {posargs:ceph_deploy}
 
 # Note that ``remoto`` is not added as a dependency here as it is assumed
 # that the tester will have the distro version of remoto installed
-
-[testenv:py26-novendor]
-sitepackages=True
-deps=
-
 [testenv:py27-novendor]
 sitepackages=True
 deps=