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

PR: Resolve warnings emitted by test suite #181

Merged
merged 3 commits into from
Jul 27, 2022

Conversation

jitseniesen
Copy link
Member

This resolves or explicitly ignores all warnings that appear when running the tests, except for one warning from inside nose which uses the deprecated Python module imp. The last warning will be eliminated when we remove support for nose per #178.

Fixes #173

This mirrors what we do in Spyder itself, see commit 5e7ff38 there.
This is not really necessary as far as I can see because the plugin does not
use the main config, but it silences a warning in SpyderConfigurationObserver.
@jitseniesen jitseniesen added this to the v0.5.1 milestone Jul 24, 2022
@jitseniesen jitseniesen self-assigned this Jul 24, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #181 (6d33b78) into master (d3d28d5) will decrease coverage by 0.13%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
spyder_unittest/backend/runnerbase.py 100.00% <100.00%> (ø)
spyder_unittest/widgets/datatree.py 95.16% <100.00%> (-0.78%) ⬇️
spyder_unittest/widgets/unittestgui.py 84.18% <100.00%> (+0.07%) ⬆️

@jitseniesen jitseniesen changed the title Resolve warnings emitted by test suite PR: Resolve warnings emitted by test suite Jul 24, 2022
@jitseniesen jitseniesen merged commit 7ed1349 into spyder-ide:master Jul 27, 2022
@jitseniesen jitseniesen deleted the test-warning branch July 27, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lots of warnings in the test suite
2 participants