python2.7 is almost EOL, python2.6 is long gone
Signed-off-by: Kefu Chai <kchai@redhat.com>
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'"]
# 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=