Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123093
D3479.id12310.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
769 B
Subscribers
None
D3479.id12310.diff
View Options
diff --git a/conftest.py b/conftest.py
new file mode 100644
--- /dev/null
+++ b/conftest.py
@@ -0,0 +1 @@
+pytest_plugins = ["swh.storage.pytest_plugin"]
diff --git a/swh/loader/mercurial/tests/conftest.py b/swh/loader/mercurial/tests/conftest.py
--- a/swh/loader/mercurial/tests/conftest.py
+++ b/swh/loader/mercurial/tests/conftest.py
@@ -11,7 +11,6 @@
from typing import Any, Dict
from swh.scheduler.tests.conftest import * # noqa
-from swh.storage.tests.conftest import * # noqa
@pytest.fixture
diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@
testing
deps =
pytest-cov
- swh.storage[testing]
commands =
pytest --cov={envsitepackagesdir}/swh/loader/mercurial \
{envsitepackagesdir}/swh/loader/mercurial \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 17, 8:59 PM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217291
Attached To
D3479: Require explicitely the dependencies on storage fixtures
Event Timeline
Log In to Comment