summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:06:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 13:06:48 -0500
commit7cb174c62560328ed051bb9596c4926c8577d3d0 (patch)
tree70f6fafd96e35f0b46e1dcf8289091796fef5c0f /setup.py
parentdf2fad0435a7875bbbb2f91240754d85a8aebc1f (diff)
downloadpython-setuptools-git-7cb174c62560328ed051bb9596c4926c8577d3d0.tar.gz
Force later pytest
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9d7f228d..dfb578a1 100755
--- a/setup.py
+++ b/setup.py
@@ -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,