diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-29 21:12:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-29 21:12:40 +0900 |
commit | 973c3ffa25f6f14e53382f7a45ffbeee9d252b3c (patch) | |
tree | d4d500f2dad3bbdab82820f1f4bb2ae5bc97a6ff /tests/test_docutilsconf.py | |
parent | abcb5bd5eca6ea46ffcc34a55b663083d03f339c (diff) | |
parent | d2c3d54bb9a46c5e7a0d14c3345e489d7592de9a (diff) | |
download | sphinx-git-973c3ffa25f6f14e53382f7a45ffbeee9d252b3c.tar.gz |
Merge branch 'master' into change_master_doc_to_index
Diffstat (limited to 'tests/test_docutilsconf.py')
-rw-r--r-- | tests/test_docutilsconf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py index f6439fff4..65e59340f 100644 --- a/tests/test_docutilsconf.py +++ b/tests/test_docutilsconf.py @@ -10,7 +10,6 @@ """ import re -import sys import pytest @@ -82,9 +81,6 @@ def test_texinfo(app, status, warning): @pytest.mark.sphinx('html', testroot='docutilsconf', docutilsconf='[general]\nsource_link=true\n') -@pytest.mark.skip(sys.platform == "win32" and - not (sys.version_info.major >= 3 and sys.version_info.minor >= 2), - reason="Python < 3.2 on Win32 doesn't handle non-ASCII paths right") def test_docutils_source_link_with_nonascii_file(app, status, warning): srcdir = path(app.srcdir) mb_name = u'\u65e5\u672c\u8a9e' |