Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123908
D7135.id25868.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
998 B
Subscribers
None
D7135.id25868.diff
View Options
diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,6 @@
include requirements*.txt
include version.txt
include README.md
+include conftest.py
recursive-include swh py.typed
+recursive-include swh/loader/bzr/tests/data/ *
diff --git a/conftest.py b/conftest.py
--- a/conftest.py
+++ b/conftest.py
@@ -1,10 +1,19 @@
-# Copyright (C) 2021 The Software Heritage developers
+# Copyright (C) 2021-2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
+import pytest
+
pytest_plugins = [
"swh.scheduler.pytest_plugin",
"swh.storage.pytest_plugin",
"swh.loader.pytest_plugin",
]
+
+
+@pytest.fixture(scope="session")
+def swh_scheduler_celery_includes(swh_scheduler_celery_includes):
+ return swh_scheduler_celery_includes + [
+ "swh.loader.bzr.tasks",
+ ]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 20, 6:20 PM (2 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3234175
Attached To
D7135: tests: Reference tasks module for tests to be ok with debian build
Event Timeline
Log In to Comment