Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163713
D2898.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
634 B
Subscribers
None
D2898.diff
View Options
diff --git a/requirements-swh.txt b/requirements-swh.txt
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,3 +1,3 @@
swh.core[db,http] >= 0.0.60
-swh.model >= 0.0.60
+swh.model >= 0.0.61
swh.storage >= 0.0.181
diff --git a/swh/journal/tests/test_replay.py b/swh/journal/tests/test_replay.py
--- a/swh/journal/tests/test_replay.py
+++ b/swh/journal/tests/test_replay.py
@@ -297,7 +297,6 @@
# the origin when needed (type is missing)
writer.send('origin', 'foo', {
'url': 'http://example.com/',
- 'type': 'git',
})
for visit in visits:
writer.send('origin_visit', 'foo', visit)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 1:52 PM (8 h, 32 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220924
Attached To
D2898: (ci: fix master build) journal.tests: Adapt model according to latest change
Event Timeline
Log In to Comment