8000 MAINT: Fix long line · numpy/numpy@240f389 · GitHub
[go: up one dir, main page]

Skip to content

Commit 240f389

Browse files
authored
MAINT: Fix long line
1 parent aca2429 commit 240f389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/distutils/tests/test_system_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
try:
1818
if importlib.metadata.version('setuptools') >= '60':
19-
# pkg-resources gives deprecation warnings, and there may be more issues.
20-
# we only support setuptools <60
19+
# pkg-resources gives deprecation warnings, and there may be more
20+
# issues. We only support setuptools <60
2121
pytest.skip("setuptools is too new", allow_module_level=True)
2222
except importlib.metadata.PackageNotFoundError:
2323
# we don't require `setuptools`; if it is not found, continue

0 commit comments

Comments
 (0)
0