mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8 violations
This commit is contained in:
@@ -22,7 +22,7 @@ def setup_module(rootdir, sphinx_test_tempdir):
|
||||
global app, env
|
||||
srcdir = sphinx_test_tempdir / 'root-envtest'
|
||||
if not srcdir.exists():
|
||||
(rootdir/'test-root').copytree(srcdir)
|
||||
(rootdir / 'test-root').copytree(srcdir)
|
||||
app = SphinxTestApp(srcdir=srcdir)
|
||||
env = app.env
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user