-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix attribute error caused by newest humanize package. (#1156)
When accessing humanize.VERSION we were running into an attribute error since they removed VERSION from that file. We are supposed to use the standard __version__ now. Also set humanize package version in stone. Modify message from bugreport function. Add test confirming new bugreport behaviour.
- Loading branch information
1 parent
2cc15c1
commit 70b1ae4
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
celery>=5.0.5 | ||
tornado>=5.0.0,<7.0.0 | ||
prometheus_client>=0.8.0 | ||
humanize | ||
humanize==3.12.0 | ||
pytz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters