https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 08243bbc9e3e962ebe28d24f2d10b9f0d2a01e4e authored by David Douard on 04 December 2019, 09:23:15 UTC, committed by David Douard on 04 December 2019, 09:25:05 UTC
kwargs were not passed correctly.
Also add a test_ping_with_kw test.
1 parent 8c1e051
Raw File
Tip revision: 08243bbc9e3e962ebe28d24f2d10b9f0d2a01e4e authored by David Douard on 04 December 2019, 09:23:15 UTC
tests: fix celery_task's test_multiping
Tip revision: 08243bb
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html

arrow
celery >= 4
Click
elasticsearch > 5.4
flask
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top