Closed
Bug 1528485
Opened 6 years ago
Closed 6 years ago
Suppress manage.py DeprecationWarnings from dependencies
Categories
(Tree Management :: Treeherder, enhancement, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
Details |
In ./manage.py
we enable the display of DeprecationWarning
s to make it easier to find deprecations within our own code (which eg makes Django upgrades easier).
However there are a few noisy warnings from our dependencies, that we should report upstream (if not already) and then suppress.
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•