From 81447b5941dcb26301b47423f7e06b78e31339ae Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 2 Nov 2009 04:21:02 +0000 Subject: Depend on new "Chameleon" package (rather than individual chameleon.zpt and chameleon.core packages). Somehow we also need to depend on sourcecodegen or the tests fail (even though Chameleon depends on them too). Don't run coverage tests by default when running nosetests (pass --with-coverage to "setup.py nosetests" to obtain the older behavior). Ignore .coverage in trunk/repoze/bfg Pass where=repoze/bfg to avoid running other repoze tests, for whatever reason. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index eeb4ff507..5b41e17e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ index_url = http://dist.repoze.org/bfg/dev/simple [nosetests] match=^test +where=repoze/bfg nocapture=1 cover-package=repoze.bfg -with-coverage=1 cover-erase=1 -- cgit v1.2.3