diff --git a/tests/test_integration.py b/tests/test_integration.py index f738053..8d732d9 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -1373,7 +1373,6 @@ def test_integration( (Path(app.srcdir) / "index.rst").write_text(template.format(val.__name__)) app.config.__dict__.update(configs[conf_run]) app.config.__dict__.update(val.OPTIONS) - app.config.nitpicky = True monkeypatch.setitem(sys.modules, "mod", sys.modules[__name__]) app.build() assert "build succeeded" in status.getvalue() # Build succeeded