summaryrefslogtreecommitdiff
path: root/tests/unit/discovery/py_info/test_py_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/discovery/py_info/test_py_info.py')
-rw-r--r--tests/unit/discovery/py_info/test_py_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/discovery/py_info/test_py_info.py b/tests/unit/discovery/py_info/test_py_info.py
index 639fbaa..f839e22 100644
--- a/tests/unit/discovery/py_info/test_py_info.py
+++ b/tests/unit/discovery/py_info/test_py_info.py
@@ -291,7 +291,7 @@ def test_discover_exe_on_path_non_spec_name_not_match(mocker):
assert CURRENT.satisfies(spec, impl_must_match=True) is False
-@pytest.mark.skipif(IS_PYPY, reason="setuptools distutil1s patching does not work")
+@pytest.mark.skipif(IS_PYPY, reason="setuptools distutils patching does not work")
def test_py_info_setuptools():
from setuptools.dist import Distribution