Commit 03b33582 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Install `ZEO[test]` when testing.

`ZEO[test]` should be installed when testing, so that `zope.testing` is
installed.
Otherwise, an import error may be raised when running the test if
`zope.testing` has not been manually installed.
parent f573f98a
......@@ -401,7 +401,7 @@ setup(
'pytest',
'scipy',
'neoppod', # lib/tests/test_zodb.py
'ZEO', # lib/tests/test_zodb.py
'ZEO[test]', # lib/tests/test_zodb.py
],
},
......
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