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

Enable error warning mode #6048

Closed
Tracked by #6047
fjetter opened this issue Apr 1, 2022 · 0 comments
Closed
Tracked by #6047

Enable error warning mode #6048

fjetter opened this issue Apr 1, 2022 · 0 comments
Assignees

Comments

@fjetter
Copy link
Member

fjetter commented Apr 1, 2022

There are hundreds of warnings raised when running our test suite. Typically warnings indicate deprecated and/or unsafe behaviour and there is a long term value to cleaning these up.

Particularly py3.10 introduced many DeprecationWarnings that alert us to improper usage of asyncio.

We should enable a strict warning mode with -WError when running our tests.

A first step should be possible by enabling the error and ignoring all known warnings.

Note: dask/dask is not raising for all errors but rather on errors for specific dependencies, see https://github.com/dask/dask/blob/0b36d7fcaf54ee9a78fff4b07f124cb0c8741cdf/setup.cfg#L49-L54

Out of scope

  • Fixing all the warnings

In scope

  • A plan / follow up tickets to fix warnings
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

No branches or pull requests

2 participants