Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2017-01-26 01:13:17 +09:00
parent 2c91a52418
commit cf2061dfad
21 changed files with 71 additions and 68 deletions

View File

@@ -83,11 +83,10 @@ def nonascii_srcdir(request, setup_command):
master_doc = srcdir / 'contents.txt'
master_doc.write_bytes((master_doc.text() + dedent("""
.. toctree::
.. toctree::
%(mb_name)s/%(mb_name)s
""" % locals())
).encode('utf-8'))
%(mb_name)s/%(mb_name)s
""" % locals())).encode('utf-8'))
@pytest.mark.usefixtures('nonascii_srcdir')