aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_egg_info.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-04-26 18:06:09 +0300
committerPaul Ganssle <paul@ganssle.io>2018-05-24 14:32:31 -0400
commit7392f01ffced3acfdef25b0b2d55cefdc6ee468a (patch)
treeaf16caf760ae204ba437d0aa7a6b862fc85bb0b2 /setuptools/tests/test_egg_info.py
parente078d78a439591fd7028cf80ca0b7c12ae013d4d (diff)
downloadexternal_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.tar.gz
external_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.tar.bz2
external_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.zip
Drop support for EOL Python 3.3
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
-rw-r--r--setuptools/tests/test_egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index 8b3b90f7..a70a93a8 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -452,7 +452,7 @@ class TestEggInfo(object):
def test_doesnt_provides_extra(self, tmpdir_cwd, env):
self._setup_script_with_requires(
- '''install_requires=["spam ; python_version<'3.3'"]''')
+ '''install_requires=["spam ; python_version<'3.6'"]''')
environ = os.environ.copy().update(
HOME=env.paths['home'],
)