summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
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
diff --git a/setup.py b/setup.py
index 51cbc3775..7c78677b3 100644
--- a/setup.py
+++ b/setup.py
@@ -28,8 +28,8 @@ except IOError:
install_requires=[
'setuptools',
- 'chameleon.core >= 1.0b32', # non-lxml version
- 'chameleon.zpt >= 1.0b16', # newest version as of non-xml core release
+ 'Chameleon',
+ 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf)
'Paste',
'PasteDeploy',
'PasteScript',