Skip to content

Commit

Permalink
Merge pull request #22828 from bnavigator/ignore-distutils-api
Browse files Browse the repository at this point in the history
TST: ignore more np.distutils.log imports
  • Loading branch information
charris committed Dec 19, 2022
2 parents 5e0ed03 + 2df41fd commit bf35f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/tests/test_public_api.py
Expand Up @@ -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',
Expand Down

0 comments on commit bf35f9b

Please sign in to comment.