requirements/test-web.txt
author Laurent Peuch <cortex@worlddomination.be>
Thu, 25 Jul 2019 03:33:01 +0200
changeset 12735 17d1b1f4eddd
parent 12530 9d88e1177c35
permissions -rw-r--r--
[cubicweb-ctl/fix] correctly get exception traceback_ for pdb.post_mortem In python 3 the behavior of sys.exc_info had a very subtle change: - in python 2 you can call if whenever you want after a try/except statement and you'll get information about this last raise - ipython 3, once you get out of try/except, sys.exc_info is cleaned and you'll get (None, None, None) Hardened the test to avoid this error from happening again.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12337
04ff0d3ef1d3 [py3] Use "utf-8" as input encoding for docutils in rest extension
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 12322
diff changeset
     1
docutils
10511
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     2
requests
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     3
webtest