Skip to content

Conversation

@tim-schilling
Copy link
Member

Description

Explicitly ignores the RedirectPanel's deprecation warning.

Checklist:

  • I have added the relevant tests for this change.
  • I have added an item to the Pending section of docs/changes.rst.

Explicitly ignores the RedirectPanel's deprecation warning.
Explicitly ignores the RedirectPanel's deprecation warning.
@tim-schilling tim-schilling changed the title Treat all warnings as errors. Use default PYTHONWARNINGS setting Nov 19, 2025
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

Copy link
Member

@matthiask matthiask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants