-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix migration 3dda56f1c #5468
fix migration 3dda56f1c #5468
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5468 +/- ##
=======================================
Coverage 59.11% 59.11%
=======================================
Files 372 372
Lines 23751 23751
Branches 2758 2758
=======================================
Hits 14041 14041
Misses 9695 9695
Partials 15 15 Continue to review full report at Codecov.
|
@@ -17,6 +17,7 @@ geopy==1.11.0 | |||
gunicorn==19.8.0 | |||
humanize==0.5.1 | |||
idna==2.6 | |||
isodate==0.6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when we try cherry-pick #5177, we got No module named isodate
@@ -75,6 +75,7 @@ def get_git_sha(): | |||
'gunicorn', # deprecated | |||
'humanize', | |||
'idna', | |||
'isodate', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration line 109
* fix migration 3dda56f1c * add isodate to setup.py:
* fix migration 3dda56f1c * add isodate to setup.py: (cherry picked from commit bea0a0a)
* fix migration 3dda56f1c * add isodate to setup.py:
This PR fixes the issue with slices that have no params and pass None to be decoded by json.loads.
@betodealmeida @graceguo-supercat @mistercrunch @john-bodley