File: no-test-dependencies.diff

package info (click to toggle)
zc.buildout 2.13.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 884 kB
  • sloc: python: 6,034; makefile: 10; sh: 1
file content (17 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/setup.py
+++ b/setup.py
@@ -50,10 +50,10 @@ setup(
     ],
     include_package_data = True,
     entry_points = entry_points,
-    extras_require = dict(
-        test=['zope.testing', 'manuel',
-              'bobo ==2.3.0', 'zdaemon', 'zc.zdaemonrecipe',
-              'zc.recipe.deployment']),
+    #extras_require = dict(
+    #    test=['zope.testing', 'manuel',
+    #          'bobo ==2.3.0', 'zdaemon', 'zc.zdaemonrecipe',
+    #          'zc.recipe.deployment']),
     zip_safe=False,
     classifiers = [
        'Intended Audience :: Developers',