Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341006
D2899.id10315.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
605 B
Subscribers
None
D2899.id10315.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.65
-swh.storage >= 0.0.129
+swh.storage >= 0.0.182
diff --git a/swh/scheduler/tests/test_cli.py b/swh/scheduler/tests/test_cli.py
--- a/swh/scheduler/tests/test_cli.py
+++ b/swh/scheduler/tests/test_cli.py
@@ -566,7 +566,6 @@
def _fill_storage_with_origins(storage, nb_origins):
origins = [
{
- 'type': 'type{}'.format(i),
'url': 'http://example.com/{}'.format(i),
}
for i in range(nb_origins)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 11:30 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217978
Attached To
D2899: (ci: fix build master) scheduler.tests: Adapt model according to latest change
Event Timeline
Log In to Comment