From 2e9bb5388b67eb8b673e73de664aa56e5621aebf Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Fri, 20 Nov 2020 17:26:25 +0100 Subject: [PATCH] requirements-test.txt: Explicit swh.core[db] as test requirement instead of pytest-postgresql which is a transitive dependency from swh.core[db] Related to T2746 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 833da5c..ec3c0d0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest -pytest-postgresql requests_mock +swh.core[db] sqlalchemy-stubs swh.scheduler[testing] >= 0.5 testing.postgresql