Skip to content

Commit

Permalink
Remove stray nitpicky = True
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Aug 29, 2024
1 parent e74cc58 commit 84f36ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f36ec

Please sign in to comment.