Skip to content

Commit

Permalink
TST: ignore more np.distutils.log imports
Browse files Browse the repository at this point in the history
Ignore two more modules from np.distutils.log found by
test_public_api.py::test_all_modules_are_expected_2
Closes #22827
  • Loading branch information
bnavigator authored and charris committed Dec 19, 2022
1 parent c5be82e commit e7d475a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/tests/test_public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,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 e7d475a

Please sign in to comment.