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

Make test suite fail on warnings #130

Open
enzbus opened this issue Jan 29, 2024 · 0 comments
Open

Make test suite fail on warnings #130

enzbus opened this issue Jan 29, 2024 · 0 comments

Comments

@enzbus
Copy link
Collaborator

enzbus commented Jan 29, 2024

Some individual test modules enforce warnings='error' in unittest.main but that is not done in __main__.py. Most warnings have been fixed already, with this we'll get a Github CI failure any time, e.g., a dependency update introduces a deprecation warning.

Pandas 2.2.0 introduces a future warning regarding Pyarrow becoming a dependency. We could add a Parquet loader/storer function to the data module as part of PR #127 .

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

No branches or pull requests

1 participant