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
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-11-20 17:26:25 +01:00
parent 884585034b
commit 2e9bb5388b
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -1,6 +1,6 @@
pytest
pytest-postgresql
requests_mock
swh.core[db]
sqlalchemy-stubs
swh.scheduler[testing] >= 0.5
testing.postgresql