hooks/test/requirements.txt
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 27 Jul 2015 10:51:29 +0200
changeset 10550 d4bd28d5fca8
parent 10511 84cb3299ec40
permissions -rw-r--r--
[server/sources] make sure entity._cw is a Connection before calling Storages The storage callbacks don't get an explicit Connection objects, so they go through entity._cw to access the repo and schedule operations. Since that entity object comes out of the entity cache, its _cw may be a web request instead of a Connection. So fix it up around the storage callbacks. Closes #5753543
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10511
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     1
psycopg2