Skip to content

Commit

Permalink
build(python): remove deprecated pytest-runner (reanahub#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jul 30, 2024
1 parent 34bbcdc commit 3b79770
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
continue
extras_require["all"].extend(reqs)

setup_requires = [
"pytest-runner>=2.7",
]

install_requires = [
# apispec>=4.0 drops support for marshmallow<3
"apispec[yaml]>=3.0,<4.0",
Expand Down Expand Up @@ -79,7 +75,6 @@
python_requires=">=3.8",
install_requires=install_requires,
extras_require=extras_require,
setup_requires=setup_requires,
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 3b79770

Please sign in to comment.