We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712fa3d commit 780b6e6Copy full SHA for 780b6e6
Makefile
setup.cfg
@@ -1,5 +1,2 @@
1
[wheel]
2
universal=1
3
-
4
-[aliases]
5
-test=pytest
setup.py
@@ -52,9 +52,6 @@
52
"Programming Language :: Python :: Implementation :: CPython",
53
"Programming Language :: Python :: Implementation :: PyPy",
54
],
55
- setup_requires=[
56
- "pytest-runner",
57
- ],
58
tests_require=[
59
"pytest",
60
0 commit comments