Commit 1fc75056 authored by Alexander Duryagin's avatar Alexander Duryagin

change formatting to fix flake8 warning

parent d2346c91
......@@ -12,8 +12,10 @@ from setuptools.command import test
class TestNamespaces:
@pytest.mark.xfail(sys.version_info < (3, 5),
reason="Requires importlib.util.module_from_spec")
@pytest.mark.xfail(
sys.version_info < (3, 5),
reason="Requires importlib.util.module_from_spec",
)
@pytest.mark.xfail(
os.environ.get("APPVEYOR"),
reason="https://github.com/pypa/setuptools/issues/851",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment