summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-12-19 14:12:18 -0500
committerGitHub <noreply@github.com>2022-12-19 14:12:18 -0500
commitbf35f9bafc71283afd8538fae58e02177f4c126a (patch)
tree087722601f6e1d2e0a76b1692abebb97becc040a /numpy
parent5e0ed03b6b7a6ff05843d846eedac730f20decb7 (diff)
parent2df41fd07ac43d97c2dfb3c038947d53b82cd4eb (diff)
downloadnumpy-bf35f9bafc71283afd8538fae58e02177f4c126a.tar.gz
Merge pull request #22828 from bnavigator/ignore-distutils-api
TST: ignore more np.distutils.log imports
Diffstat (limited to 'numpy')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index c41639043..98e59b452 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -353,6 +353,8 @@ def test_all_modules_are_expected():
SKIP_LIST_2 = [
'numpy.math',
'numpy.distutils.log.sys',
+ 'numpy.distutils.log.logging',
+ 'numpy.distutils.log.warnings',
'numpy.doc.constants.re',
'numpy.doc.constants.textwrap',
'numpy.lib.emath',