diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:06:48 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 13:06:48 -0500 |
| commit | e3bd6fa7b99460a5eb84477941d7551d4f6bab70 (patch) | |
| tree | 2c4027deef6da2f1172e65fe704fa6eef5c33d00 /setup.py | |
| parent | b92445943dd49e662980532885c4b7d5577a843a (diff) | |
| download | python-setuptools-bitbucket-e3bd6fa7b99460a5eb84477941d7551d4f6bab70.tar.gz | |
Force later pytest
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ setup_params = dict( scripts=[], tests_require=[ 'setuptools[ssl]', - 'pytest', + 'pytest>=2.8', ] + (['mock'] if sys.version_info[:2] < (3, 3) else []), setup_requires=[ ] + sphinx + pytest_runner, |
