Skip to content
Snippets Groups Projects
Unverified Commit b1375bc1 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/control: Rework test dependency

Related to T2746
parent 4bec746c
No related branches found
No related tags found
No related merge requests found
......@@ -17,16 +17,16 @@ Build-Depends: debhelper (>= 9),
python3-mypy-extensions,
python3-psycopg2 (>= 2.8),
python3-pytest,
python3-pytest-postgresql,
python3-pytest-mock,
python3-requests,
python3-setuptools,
python3-setuptools-scm,
python3-sqlalchemy (>= 1.0),
python3-swh.core (>= 0.1),
python3-swh.core (>= 0.9),
python3-swh.journal (>= 0.2),
python3-swh.model (>= 0.4),
python3-swh.objstorage (>= 0.0.40~),
python3-swh.core.db.pytestplugin (>= 0.9),
python3-typing-extensions (>= 3.7.4~),
python3-tenacity
Standards-Version: 3.9.6
......@@ -34,7 +34,7 @@ Homepage: https://forge.softwareheritage.org/diffusion/DSTO/
Package: python3-swh.storage
Architecture: all
Depends: python3-swh.core (>= 0.1),
Depends: python3-swh.core (>= 0.9),
python3-swh.model (>= 0.4),
python3-swh.objstorage (>= 0.0.40~),
python3-psycopg2 (>= 2.8),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment