From c98ad2a0a0c8c1de278255cfec534dd928be2e85 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Wed, 31 May 2017 08:32:51 +0200 Subject: Install py 1.4.33 that contains the fnmatch py.std import fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a71692c25..751868c04 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def has_environment_marker_support(): def main(): - install_requires = ['py>=1.4.29', 'setuptools'] # pluggy is vendored in _pytest.vendored_packages + install_requires = ['py>=1.4.33', 'setuptools'] # pluggy is vendored in _pytest.vendored_packages extras_require = {} if has_environment_marker_support(): extras_require[':python_version=="2.6"'] = ['argparse'] -- cgit v1.2.3