Skip to content

Commit

Permalink
pkg: remove unneeded pytest-runner from setup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner-intevation committed Jun 30, 2023
1 parent 3e472d7 commit 1fa29da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def list_modules(dirname):
packages=["hug"],
requires=["falcon", "requests"],
install_requires=["falcon==2.0.0", "requests"],
setup_requires=["pytest-runner"],
tests_require=["pytest", "marshmallow"],
ext_modules=ext_modules,
cmdclass=cmdclass,
Expand Down

0 comments on commit 1fa29da

Please sign in to comment.