Skip to content

Commit

Permalink
Remove deprecated pytest_runner
Browse files Browse the repository at this point in the history
We are already using tox to bootstrap env and run tests.

Ref:
	- pypa/setuptools#1684
	- https://github.com/pytest-dev/pytest-runner#deprecation-notice
  • Loading branch information
am-on committed Jun 29, 2020
1 parent c259941 commit 4863ebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = f.read()


version = "0.1.0"
version = "0.3.0"

setup(
name="pyramid_deferred_sqla",
Expand Down Expand Up @@ -52,6 +52,5 @@
"venusian",
"zope.sqlalchemy",
],
setup_requires=["pytest-runner"],
extras_require={"dev": ["coverage", "pytest", "tox"], "lint": ["black"]},
)

0 comments on commit 4863ebf

Please sign in to comment.