Explicitly require repoze.lru for Pyramid tests 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 13 Feb 2019 14:40:39 +0100
branch3.26
changeset 12377 15a068b2def5
parent 12376 890853079ce3
child 12379 04348101688a
child 12419 e034454af0d5
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/test-misc.txt
--- a/requirements/test-misc.txt	Wed Feb 13 17:25:09 2019 +0100
+++ b/requirements/test-misc.txt	Wed Feb 13 14:40:39 2019 +0100
@@ -25,6 +25,7 @@
 waitress >= 0.8.9
 wsgicors >= 0.3
 pyramid_multiauth
+repoze.lru
 
 ## cubicweb/sobject/test
 cubicweb-comment == 1.12.2