https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 3488c265f4e3f70c8591dd1c7064388b312e9144 authored by Antoine R. Dumont (@ardumont) on 11 February 2019, 10:44:40 UTC, committed by Antoine R. Dumont (@ardumont) on 11 February 2019, 11:26:24 UTC
Same as other swh modules (swh-web, swh-storage, swh-indexer)

Inferior version do not follow the specifications

Related P356
1 parent db25694
Raw File
Tip revision: 3488c265f4e3f70c8591dd1c7064388b312e9144 authored by Antoine R. Dumont (@ardumont) on 11 February 2019, 10:44:40 UTC
requirements-test: Enforce a version for hypothesis
Tip revision: 3488c26
requirements-test.txt
# pytest<4 because of https://github.com/pytest-dev/pytest/issues/4641
pytest < 4
pytest-postgresql
celery >= 4
hypothesis >= 3.11.0
back to top