Skip to content

Commit 1c891bb

Browse files
Drop pytest-runner and "setup.py test" support
1 parent 4d94f64 commit 1c891bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,4 @@
5050
packages=find_packages(exclude=['tests']),
5151
python_requires='>=3.7',
5252
install_requires=[],
53-
setup_requires=['pytest-runner'],
54-
tests_require=['pytest'],
5553
)

0 commit comments

Comments
 (0)