aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-simplegeneric/remove-setup-warning.patch
blob: cbb4c7a692435cbd471cbc2507b7230dd3fbcde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py.new
index 0fd974742f..4a42241d37 100644
--- a/setup.py
+++ b/setup.py.new
@@ -33,7 +33,6 @@ setup(
     author="Phillip J. Eby",
     author_email="peak@eby-sarna.com",
     license="ZPL 2.1",
-    test_suite = 'simplegeneric.test_suite',
     py_modules = ['simplegeneric'],
     classifiers = [
         line.strip() for line in open('classifiers.txt') if line.strip()