summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-26 09:22:37 -0700
committerGitHub <noreply@github.com>2020-05-26 09:22:37 -0700
commit6a56d22bfa7502ea1b391a6266cbd8d2963a3a1e (patch)
treeedd956e13d9dcf13c33691152948845dc3f8e390
parentbda4b790845cc62ef2ef57f6eff7c033fba70ff6 (diff)
parent11dd1c84879e476a4d3cb264d97bfea9bcfb30d6 (diff)
downloadpep8-6a56d22bfa7502ea1b391a6266cbd8d2963a3a1e.tar.gz
Merge pull request #942 from AMDmi3/patch-1
Remove broken mention of testsuite from setup.py
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1be22d3..1c117c2 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,6 @@ setup(
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
],
- test_suite='testsuite.test_all.suite',
project_urls={
'Changes':
'https://pycodestyle.pycqa.org/en/latest/developer.html#changes',