Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339863
D3376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
797 B
Subscribers
None
D3376.diff
View Options
diff --git a/requirements-swh.txt b/requirements-swh.txt
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,2 +1,2 @@
swh.core[db,http] >= 0.0.60
-swh.model >= 0.3
+swh.model >= 0.3.6
diff --git a/swh/journal/tests/journal_data.py b/swh/journal/tests/journal_data.py
--- a/swh/journal/tests/journal_data.py
+++ b/swh/journal/tests/journal_data.py
@@ -294,11 +294,7 @@
"content": CONTENTS,
"directory": DIRECTORIES,
"origin": ORIGINS,
- "origin_visit": [
- # temporary adaptation to remove when fields are dropped
- {**o, "status": None, "snapshot": None, "metadata": None}
- for o in ORIGIN_VISITS
- ],
+ "origin_visit": ORIGIN_VISITS,
"origin_visit_status": ORIGIN_VISIT_STATUSES,
"release": RELEASES,
"revision": REVISIONS,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 9:57 AM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216126
Attached To
D3376: journal_data: Drop obsolete origin_visit fields
Event Timeline
Log In to Comment