Skip to content

Commit 3a1c56e

Browse files
authored
Merge pull request #98 from iepathos/patch-1
Correct pytest-runner location in setup.py
2 parents 6a8e728 + 5dd6c87 commit 3a1c56e

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)