Skip to content
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

Properly suppress pylint complaints about unused plt in tests #2972

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

heplesser
Copy link
Contributor

This is a replacement for #2970 to ensure we pass with Pylint 3. We need to allow conditional importing of matplotlib in case it is not available on test systems.

Labeled as critical since the problem blocks our CI.

@heplesser heplesser added T: Bug Wrong statements in the code or documentation S: Critical Needs to be addressed immediately I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Oct 10, 2023
@heplesser heplesser added this to In progress in Automated testing via automation Oct 10, 2023
@heplesser heplesser merged commit e976007 into nest:master Oct 10, 2023
21 checks passed
Automated testing automation moved this from In progress to Done Oct 10, 2023
@heplesser heplesser deleted the fix-pylint-plt branch April 24, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Critical Needs to be addressed immediately T: Bug Wrong statements in the code or documentation
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants