You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/toro/files/toro-1.0.1-no-test-install....

12 lines
278 B

--- a/setup.py.orig 2017-06-27 18:38:37.256325950 +0000
+++ b/setup.py 2017-06-27 18:38:48.896243950 +0000
@@ -45,8 +45,6 @@
kwargs['use_2to3'] = True
packages = ['toro']
-if "test" in sys.argv:
- packages.append('test')
setup(name='toro',
version='1.0.1',