mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix broken testcase
This commit is contained in:
parent
5744c53361
commit
e48335097c
@ -24,7 +24,7 @@ def setup_module():
|
||||
global app, env
|
||||
app = TestApp(srcdir='root-envtest')
|
||||
env = app.env
|
||||
env.set_warnfunc(lambda *args: warnings.append(args))
|
||||
env.set_warnfunc(lambda *args, **kwargs: warnings.append(args))
|
||||
|
||||
|
||||
def teardown_module():
|
||||
|
Loading…
Reference in New Issue
Block a user