Skip to content

Conversation

@mateusz834
Copy link
Contributor

For the vast majority of warnings, I have simply added a skip, since we cannot remove tests for deprecated APIs.
See: https://docs.python.org/3.6/library/warnings.html#temporarily-suppressing-warnings

Additionally, to eliminate warnings caused by invalid test classes, I renamed two classes to avoid using the “TestNAME” pattern, as such names are automatically recognized as test classes.

For the vast majority of warnings, I have simply added a skip, since we
cannot remove tests for deprecated APIs.
See: https://docs.python.org/3.6/library/warnings.html#temporarily-suppressing-warnings

Additionally, to eliminate warnings caused by invalid test classes, I renamed two classes
to avoid using the “TestNAME” pattern, as such names are automatically recognized as test classes.
@mateusz834 mateusz834 force-pushed the dev/MP/resolve-tests-warnings branch from 6d59ac7 to 5dd2203 Compare September 8, 2025 10:02
@mateusz834 mateusz834 changed the title Resolve warnings emitted by tests. Resolve warnings emitted by tests Sep 8, 2025
@mateusz834 mateusz834 marked this pull request as ready for review September 8, 2025 13:01
Copy link
Contributor

@cecyliaborek cecyliaborek left a comment

Choose a reason for hiding this comment

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

👌

@Ickerday
Copy link
Collaborator

Ickerday commented Sep 9, 2025

BTW, could we also close #638 with this one?

@mateusz834 mateusz834 merged commit c710f47 into develop Sep 10, 2025
6 checks passed
@mateusz834 mateusz834 deleted the dev/MP/resolve-tests-warnings branch September 10, 2025 07:07
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