aports/testing/py-simplegeneric/remove-setup-warning.patch
Kevin Daudt 5c547c54a6 testing/py-simplegeneric: new aport
dependency for ipython
2018-09-17 06:36:13 +00:00

13 lines
404 B
Diff

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()