requirements/test-misc.txt
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 15 Mar 2019 18:07:18 +0100
changeset 12518 12e8b65146d9
parent 12500 ef2168f389f6
child 12530 9d88e1177c35
permissions -rw-r--r--
[test] drop dependency on third party cubes Drop dependency on cubicweb-file, cubicweb-localperms, cubicweb-tag and cubicweb-comment for cubicweb.test and cubicweb.sobjects.test Move cubicweb/test/data/libpython/cubicweb_* to cubicweb/test/data, so it's included in PYTHONPATH. Add missing parts of schema, entities, views, hooks that make tests pass.

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

## shared by several test folders
docutils
Twisted < 16.0.0
webtest

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

## cubicweb/devtools/test
flake8

## cubicweb/hooks/test
psycopg2

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

## cubicweb/sobject/test