pyvider-hcl 2025-10-23
Suppressed pytest assert rewrite warning for already-imported modules
1 files · 1+

Pytest warning filter added for assert rewrite noise

1 file changed
  • pyproject.toml Added filterwarnings entry to ignore PytestAssertRewriteWarning for already-imported modules
  • Added “ignore:Module already imported so cannot be rewritten.*:pytest.PytestAssertRewriteWarning” to pytest filterwarnings in pyproject.toml qualify internal
    1 file
    • pyproject.toml
  • This suppresses noisy warnings when modules are imported before pytest can instrument them for assertion rewriting qualify internal
    1 file
    • pyproject.toml