From 84f36ec6d9efa7fce24e025382e20033b860c28e Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Thu, 29 Aug 2024 09:40:00 +0200 Subject: [PATCH] Remove stray nitpicky = True --- tests/test_integration.py | 1 - 1 file changed, 1 deletion(-) 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