blob: f3734f3cc28030d91ec6ae83e3ade7b69fc7b731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/setup.py 2021-03-27 18:38:41.032816105 +0100
+++ b/setup.py 2021-03-27 18:38:57.087088810 +0100
@@ -150,7 +150,7 @@
cmdclass={
'build_ext': custom_build_ext,
},
- setup_requires=pytest_runner + wheel,
+ setup_requires=wheel,
tests_require=[
'pytest>=2.8',
],
|