Skip to content

Commit

Permalink
Remove setup.py test support
Browse files Browse the repository at this point in the history
  • Loading branch information
will9288 committed Aug 21, 2020
1 parent 77c87fd commit 876c00a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def run(self):
include_package_data=True,
entry_points={'console_scripts': ['pyinstrument = pyinstrument.__main__:main']},
zip_safe=False,
setup_requires=['pytest-runner'],
tests_require=['pytest'],
cmdclass={
'build_py': BuildPyCommand,
'dev_server': HTMLDevServerCommand,
Expand Down

0 comments on commit 876c00a

Please sign in to comment.