Skip to content

Commit 780b6e6

Browse files
authored
Drop Makefile and pytest-runner integration (#292)
1 parent 712fa3d commit 780b6e6

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

Makefile

Lines changed: 0 additions & 74 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[wheel]
22
universal=1
3-
4-
[aliases]
5-
test=pytest

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
"Programming Language :: Python :: Implementation :: CPython",
5353
"Programming Language :: Python :: Implementation :: PyPy",
5454
],
55-
setup_requires=[
56-
"pytest-runner",
57-
],
5855
tests_require=[
5956
"pytest",
6057
],

0 commit comments

Comments
 (0)