summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-05-09 12:07:45 -0400
committerTres Seaver <tseaver@palladion.com>2016-05-09 12:07:45 -0400
commitccf8154791b3fcb6d5b9c9eb7c0b2f86789b34fb (patch)
tree23b9c10f68e78a504704ee9ebd65f59987c80bf6
parentd910979a6485289571ec1c822c764eff33580287 (diff)
downloadzope-proxy-ccf8154791b3fcb6d5b9c9eb7c0b2f86789b34fb.tar.gz
Test normally with zope.security.
Add a new testrunner, 'test-wo-zope-security', to exercise the 'skipUnless' added in d910979.
-rw-r--r--buildout.cfg12
1 files changed, 10 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 39fc87a..4ed495f 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,7 +1,15 @@
[buildout]
-parts = test
+parts =
+ test
+ test-wo-zope-security
develop = .
[test]
recipe = zc.recipe.testrunner
-eggs = zope.proxy
+eggs =
+ zope.proxy[testing]
+
+[test-wo-zope-security]
+recipe = zc.recipe.testrunner
+eggs =
+ zope.proxy