Commit 5fa0c40c authored by Martijn Faassen's avatar Martijn Faassen

For some reason the test dependency on zope.copypastemove is needed

now, while it didn't seem before. testing against all trunks must've
somehow shuffled dependencies around.
parent b81d6c9c
......@@ -58,7 +58,8 @@ setup(name='zope.container',
"_zope_container_contained.c")
], include_dirs=['include']),
],
extras_require=dict(
test=['zope.copypastemove']),
install_requires=['setuptools',
'zope.interface',
'zope.cachedescriptors',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment