Skip to content

Commit 9fc77f0

Browse files
authored
fix(tests): remove reference to pytest-runner #573
This does not seem to be used any longer. Closes #572
1 parent a855fa3 commit 9fc77f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
]
1414

1515
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
16-
pytest_runner = ['pytest-runner'] if needs_pytest else []
1716

1817
setup_requires = [
19-
] + pytest_runner
18+
]
2019

2120
tests_require = [
2221
'pytest',

0 commit comments

Comments
 (0)