requirements/dev.txt
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 07 Apr 2017 15:23:38 +0200
branch3.25
changeset 12137 4db0f2251960
parent 12070 a44f67dd0474
child 12569 c197f9382e53
permissions -rw-r--r--
[pyramid] Avoid shutting down the repository at exit if it's already shutting down For install `cubicweb-ctl pyramid` command will explicitly call `repo.shutdown()` so the atexit hook is redundant. Prevent the latter to be executed when the repository is already shutting down (otherwise one gets an assertion error).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11285
581b5b64b382 [tox] Put development dependencies into a dev-requirements.txt file
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     1
pytest