Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163797
D118.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
737 B
Subscribers
None
D118.id.diff
View Options
diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-dateutil
+python-dateutil
psycopg2
vcversioner
diff --git a/swh/storage/tests/test_storage.py b/swh/storage/tests/test_storage.py
--- a/swh/storage/tests/test_storage.py
+++ b/swh/storage/tests/test_storage.py
@@ -1199,7 +1199,8 @@
'visit': origin_visit2['visit'],
'target': self.revision3['id'],
})
- # 2 occurrences on same revision with lower validity date with 1 day delta
+ # 2 occurrences on same revision with lower validity date with 1 day
+ # delta
self.storage.occurrence_add([occurrence2])
self.storage.occurrence_add([occurrence3])
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 3:45 PM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3227156
Attached To
D118: fix requirements.txt dep + >80 column python file
Event Timeline
Log In to Comment