Commit b0d55ba2 authored by Jérome Perrin's avatar Jérome Perrin

ERP5: Add eggs useful for testing

[mock](https://docs.python.org/3/library/unittest.mock.html) and [responses](https://github.com/getsentry/responses).

/reviewed-on !568
parents 2c68fedc 04eff732
...@@ -158,10 +158,6 @@ zodburi = 2.3.0 ...@@ -158,10 +158,6 @@ zodburi = 2.3.0
# ZEO 5 requires transaction >= 2 # ZEO 5 requires transaction >= 2
ZEO = 4.3.1+SlapOSPatched001 ZEO = 4.3.1+SlapOSPatched001
# Required by:
# zodburi==2.0
mock = 2.0.0
# Required by: # Required by:
# ZEO==4.3.1 # ZEO==4.3.1
zdaemon = 4.2.0 zdaemon = 4.2.0
...@@ -473,6 +473,7 @@ eggs = ${neoppod:eggs} ...@@ -473,6 +473,7 @@ eggs = ${neoppod:eggs}
Jinja2 Jinja2
jsonschema jsonschema
mechanize mechanize
mock
objgraph objgraph
paramiko paramiko
ply ply
...@@ -482,6 +483,7 @@ eggs = ${neoppod:eggs} ...@@ -482,6 +483,7 @@ eggs = ${neoppod:eggs}
python-memcached python-memcached
pytz pytz
requests requests
responses
threadframe threadframe
timerserver timerserver
urlnorm urlnorm
...@@ -801,3 +803,15 @@ unidiff = 0.5.5 ...@@ -801,3 +803,15 @@ unidiff = 0.5.5
# deepdiff = 3.3.0 # deepdiff = 3.3.0
jsonpickle = 0.9.6 jsonpickle = 0.9.6
decorator = 4.3.0 decorator = 4.3.0
mock = 3.0.4
# Required by:
# mock = 3.0.4
funcsigs = 1.0.2
responses = 0.10.6
# Required by:
# responses = 0.10.6
cookies = 2.2.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment