# HG changeset patch # User Denis Laxalde # Date 1550065239 -3600 # Node ID 15a068b2def5f452e1cff83e26fc6fc2001f397c # Parent 890853079ce3831a5bdb50d88286bbf78e088365 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... diff -r 890853079ce3 -r 15a068b2def5 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