requirements/test-misc.txt
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 26 Mar 2019 16:22:31 +0100
changeset 12568 fc45f22c8100
parent 12566 6b3523f81f42
child 12620 824105876352
permissions -rw-r--r--
[test] use unittest.mock instead of mock library Now that we use Python 3 only, this is possible.

### Requirements for tests in various cubicweb/**/test directories. ###

## shared by several test folders
docutils
webtest

## cubicweb/test
Pygments
#fyzz XXX pip install fails

## cubicweb/devtools/test
flake8

## cubicweb/hooks/test
psycopg2-binary

## cubicweb/pyramid/test
pyramid >= 1.5.0
waitress >= 0.8.9
wsgicors >= 0.3
pyramid_multiauth
repoze.lru

## cubicweb/sobject/test