8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca2429 commit 240f389Copy full SHA for 240f389
numpy/distutils/tests/test_system_info.py
@@ -16,8 +16,8 @@
16
17
try:
18
if importlib.metadata.version('setuptools') >= '60':
19
- # pkg-resources gives deprecation warnings, and there may be more issues.
20
- # we only support setuptools <60
+ # pkg-resources gives deprecation warnings, and there may be more
+ # issues. We only support setuptools <60
21
pytest.skip("setuptools is too new", allow_module_level=True)
22
except importlib.metadata.PackageNotFoundError:
23
# we don't require `setuptools`; if it is not found, continue
0 commit comments