requirements/test-misc.txt
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 13 Feb 2019 14:40:39 +0100
branch3.26
changeset 12377 15a068b2def5
parent 12205 a97cdb531a75
child 12493 2c47461fec21
child 12500 ef2168f389f6
permissions -rw-r--r--
Explicitly require repoze.lru for Pyramid tests This used to be pulled by pyramid but the dependency got dropped in pyramid version 1.10, see: https://docs.pylonsproject.org/projects/pyramid/en/latest/whatsnew-1.10.html#backward-incompatibilities We already have an explicit dependency in setup.py, but it was missing for tests. Perhaps we could simply use '.[pyramid]' in this requirements file? Not sure what side effect it'd have though...

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

## shared by several test folders
cubicweb-card == 0.5.8
docutils
Twisted < 16.0.0
webtest

## cubicweb/test
Pygments
mock
#fyzz XXX pip install fails
cubicweb-file == 1.18.0
cubicweb-localperms == 0.3.2
cubicweb-tag == 1.8.3

## 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
cubicweb-comment == 1.12.2