Skip to content

Commit 5dd6c87

Browse files
authored
Correct pytest-runner location in setup.py
Moved pytest-runner from setup_requires to tests_require. It is the tests that require pytest-runner.
1 parent 6a8e728 commit 5dd6c87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ def _read(fn):
3636

3737
packages=['audioread'],
3838

39-
setup_requires=[
40-
'pytest-runner'
41-
],
42-
4339
tests_require=[
40+
'pytest-runner',
4441
'pytest'
4542
],
4643

0 commit comments

Comments
 (0)