Skip to content
Snippets Groups Projects
Verified Commit 488b515a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests: Use dedicated storage and scheduler fixtures

Related to D3452
Related to D3430
Related to T2484
parent 3e48d63e
No related branches found
No related tags found
1 merge request!394tests: Use dedicated storage and scheduler fixtures
......@@ -9,8 +9,7 @@ import yaml
from typing import Any, Dict
from swh.storage.tests.conftest import * # noqa
from swh.scheduler.tests.conftest import * # noqa
from swh.scheduler.tests.conftest import swh_app # noqa
@pytest.fixture
......
swh.core >= 0.0.75
swh.model >= 0.3.7
swh.scheduler
swh.storage >= 0.8.0
swh.scheduler >= 0.4.0
swh.storage >= 0.10.1
pytest
pytest-mock
pytest-postgresql >= 2.1.0
requests_mock
swh-core[testing]
swh-scheduler[testing]
swh-storage[testing]
......@@ -6,6 +6,7 @@ extras =
testing
deps =
swh.core[http]
swh.storage[testing] # otherwise, somehow pytest-postgresql is not seen
pytest-cov
dev: pdbpp
commands =
......
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