summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2017-07-26 01:48:28 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2017-07-26 01:48:28 +0300
commitfb3d12a2d46bbb42b128489025ba2dd7251a030a (patch)
tree48a03ac09d5188205e1ef89544ccca93e4793d64 /setup.py
parent490892a8edafeeaab298d46cdcb4345de2cf3138 (diff)
downloadwheel-git-fb3d12a2d46bbb42b128489025ba2dd7251a030a.tar.gz
Replaced @yield_fixture with @fixture
Pytest 3.0 deprecated @yield_fixture.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3defcee..ffc1c95 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(name='wheel',
'signatures:sys_platform!="win32"': ['pyxdg'],
'faster-signatures': ['ed25519ll'],
'tool': [],
- 'testing': ['jsonschema', 'pytest', 'pytest-cov']
+ 'testing': ['jsonschema', 'pytest >= 3.0.0', 'pytest-cov']
},
include_package_data=True,
zip_safe=False,