Conversation
matthiask
left a comment
There was a problem hiding this comment.
I have to admit I'm confused. -W error would make warnings errors. -W always just makes us show warnings each time they are encountered, not just once per call location.
The tox.ini change makes us not show warnings all the time anymore, and additionally also ignores the redirects panel warning... I think that's fine, since using a warnings eating context manager is hard here.
However, the changelog entry doesn't seem to match what we're doing here?
|
I forgot to update the changelog after I switched away from error. I'm going to change this though to follow what Adam does with django-mysql then ignore our specific warning. |
6507c0e to
0c9656d
Compare
This also skips the RedirectsPanel's deprecation warning from raising errors.
0c9656d to
d0acbdd
Compare
matthiask
left a comment
There was a problem hiding this comment.
Makes sense! Obviously we still have some problems to fix or to ignore if we want to merge this.
Description
Explicitly ignores the RedirectPanel's deprecation warning.
Checklist:
docs/changes.rst.