mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
pytest: nits
This commit is contained in:
parent
d0a33dd785
commit
f566f003f3
@ -90,7 +90,8 @@ def nonascii_srcdir(request, setup_command):
|
||||
).encode('utf-8'))
|
||||
|
||||
|
||||
def test_build_sphinx_with_nonascii_path(setup_command, nonascii_srcdir):
|
||||
@pytest.mark.usefixtures('nonascii_srcdir')
|
||||
def test_build_sphinx_with_nonascii_path(setup_command):
|
||||
proc = setup_command.proc
|
||||
out, err = proc.communicate()
|
||||
print(out)
|
||||
|
Loading…
Reference in New Issue
Block a user