Skip to content

Commit

Permalink
build(python): remove deprecated pytest-runner (#815)
Browse files Browse the repository at this point in the history
Closes #814
  • Loading branch information
mdonadoni committed Jul 30, 2024
1 parent a29f469 commit d9db515
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
"packaging>=20.4",
]


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

packages = find_packages()


Expand Down Expand Up @@ -82,7 +77,6 @@
python_requires=">=3.8",
extras_require=extras_require,
install_requires=install_requires,
setup_requires=setup_requires,
tests_require=tests_require,
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit d9db515

Please sign in to comment.