ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
493 stars 33 forks source link

Fix warnings in CI build pipeline #280

Open sbrugman opened 1 year ago

sbrugman commented 1 year ago

Fix warnings in CI build pipeline:

We can configure pytest to fail on warnings in pyproject.toml:

filterwarnings = ["error"]

This continues on https://github.com/ing-bank/popmon/pull/262