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 | 7cb174c62560328ed051bb9596c4926c8577d3d0 (patch) | |
| tree | 70f6fafd96e35f0b46e1dcf8289091796fef5c0f /setup.py | |
| parent | df2fad0435a7875bbbb2f91240754d85a8aebc1f (diff) | |
| download | python-setuptools-git-7cb174c62560328ed051bb9596c4926c8577d3d0.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, |
