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:
parent
884585034b
commit
2e9bb5388b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
pytest
|
||||
pytest-postgresql
|
||||
requests_mock
|
||||
swh.core[db]
|
||||
sqlalchemy-stubs
|
||||
swh.scheduler[testing] >= 0.5
|
||||
testing.postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue