[ci] Re-enable fail on warning for pytest pipeline. (#265)

* [ci] Re-enable fail on warning for pytest pipeline.

* [Fix] Use sqlite3 context managers in pandas module.

* [Fix] Add closing context.
This commit is contained in:
Fabian Joswig 2025-05-05 17:09:40 +02:00 committed by GitHub
parent 8183ee2ef4
commit d6e6a435a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View file

@ -43,4 +43,4 @@ jobs:
uv pip freeze --system
- name: Run tests
run: pytest --cov=pyerrors -vv
run: pytest --cov=pyerrors -vv -Werror