Skip to content

Commit

Permalink
build(python): remove deprecated pytest-runner (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jul 30, 2024
1 parent 4cbe67a commit d5d1d50
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 @@ -43,10 +43,6 @@
continue
extras_require["all"].extend(reqs)

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

packages = find_packages()


Expand All @@ -68,7 +64,6 @@
packages=["reana_message_broker"],
zip_safe=False,
extras_require=extras_require,
setup_requires=setup_requires,
tests_require=tests_require,
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit d5d1d50

Please sign in to comment.