Skip to content

Commit

Permalink
chore: drop pytest-runner (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 8, 2024
1 parent decb249 commit e2d63cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

setup_requirements = [
"pytest-runner>=5.2",
]
setup_requirements = []

test_requirements = [
"pytest-asyncio",
Expand All @@ -30,7 +28,6 @@
"coverage>=5.1",
"ipython>=7.15.0",
"m2r2>=0.2.7",
"pytest-runner>=5.2",
"Sphinx>=3.4.3",
"sphinx_rtd_theme>=0.5.1",
"tox>=3.15.2",
Expand Down

0 comments on commit e2d63cf

Please sign in to comment.