summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2020-02-02 11:47:56 +0000
committerGitHub <noreply@github.com>2020-02-02 11:47:56 +0000
commitab257360ccd6d1a5a41e23a2feef7127f31a4d1d (patch)
tree5f95f69e5fad8a543f6ac0c94666cd7685e44582 /setup.cfg
parent596ec6804b1ad649542da3d8d8fe0cabcf22123f (diff)
downloadpastedeploy-git-ab257360ccd6d1a5a41e23a2feef7127f31a4d1d.tar.gz
Remove pytest-runner integration (#24)
`pytest-runner` describes itself as deprecated in its own package description, referring to https://github.com/pypa/setuptools/issues/1684. Using it in `setup_requires` means that any other package that depends on PasteDeploy has to install `pytest-runner` too, which is fairly heavyweight and unnecessary. (I ran into this when trying to update Launchpad to a less ancient version of PasteDeploy.) This does mean that `python setup.py test` no longer works, but, according to the setuptools issue above, that's deprecated anyway. PasteDeploy already has `tox` configuration that works well.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c00092..f15c017 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,2 @@
[wheel]
universal = true
-
-[aliases]
-test = pytest