aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_namespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_namespaces.py')
-rw-r--r--setuptools/tests/test_namespaces.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setuptools/tests/test_namespaces.py b/setuptools/tests/test_namespaces.py
index 52ac6a68..839f5651 100644
--- a/setuptools/tests/test_namespaces.py
+++ b/setuptools/tests/test_namespaces.py
@@ -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",