requirements/test-misc.txt
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Mar 2020 13:29:08 +0100
branch3.27
changeset 12914 87c3562b3bae
parent 12672 2c7499bc675b
permissions -rw-r--r--
[pkg] require python >= 3.4 This avoid pip pulling a version that does not run on python2 when using a python2 environment. Since we already released some 3.27 releases in pypi, I think we should release 3.27.3 and remove releases 3.27.2, 3.27.1 and 3.27.0 from pypi.

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

## shared by several test folders
docutils
webtest

## cubicweb/test
Pygments
pycryptodomex
#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