summaryrefslogtreecommitdiff
path: root/tests/test_setup_command.py
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2017-01-06 00:26:31 +0900
committershimizukawa <shimizukawa@gmail.com>2017-01-06 00:26:31 +0900
commitf566f003f3a78c4bf822e97c47a45c0c605b9d2b (patch)
tree72be263f3d7147131cdfbe7c62095be933b598ef /tests/test_setup_command.py
parentd0a33dd7852b306ed7471dd655921f3380da84df (diff)
downloadsphinx-git-f566f003f3a78c4bf822e97c47a45c0c605b9d2b.tar.gz
pytest: nits
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r--tests/test_setup_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index c7874eb25..67f46e1a8 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -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)