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:
@@ -24,7 +24,7 @@ def setup_module():
|
|||||||
global app, env
|
global app, env
|
||||||
app = TestApp(srcdir='root-envtest')
|
app = TestApp(srcdir='root-envtest')
|
||||||
env = app.env
|
env = app.env
|
||||||
env.set_warnfunc(lambda *args: warnings.append(args))
|
env.set_warnfunc(lambda *args, **kwargs: warnings.append(args))
|
||||||
|
|
||||||
|
|
||||||
def teardown_module():
|
def teardown_module():
|
||||||
|
|||||||
Reference in New Issue
Block a user