From: Kefu Chai Date: Tue, 1 Sep 2020 12:19:35 +0000 (+0800) Subject: drop python2.6 support X-Git-Tag: v2.1.0~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c93d12bde17333bf40d587a7435eac973ecf352;p=ceph-deploy.git drop python2.6 support python2.7 is almost EOL, python2.6 is long gone Signed-off-by: Kefu Chai --- diff --git a/setup.py b/setup.py index d52094c..4eddb24 100644 --- 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 6ec796f..a2722c3 100644 --- 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=