diff options
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r-- | tests/test_setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py index bfd8e3903..7d373fc8f 100644 --- a/tests/test_setup_command.py +++ b/tests/test_setup_command.py @@ -79,7 +79,7 @@ def test_build_sphinx_multiple_invalid_builders(setup_command): @pytest.fixture def nonascii_srcdir(request, setup_command): - mb_name = u'\u65e5\u672c\u8a9e' + mb_name = '\u65e5\u672c\u8a9e' srcdir = (setup_command.pkgroot / 'doc') try: (srcdir / mb_name).makedirs() |