File tree Expand file tree Collapse file tree 3 files changed +155
-105
lines changed
src/numpy-stubs/testing/_private Expand file tree Collapse file tree 3 files changed +155
-105
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ numpy\.typing\.mypy_plugin
6
6
# internal testing code
7
7
numpy\.conftest
8
8
numpy(\.\w+)?\.tests.*
9
- numpy.random._generator.__test__
9
+ numpy\ .random\ ._generator\ .__test__
10
10
11
11
# workaround for the `dtype.type` generic class-attribute that's `None` unless instantiated
12
12
numpy(\..+)?\.dtype\.type
@@ -30,3 +30,6 @@ numpy\._core\.overrides\.ArgSpec\.__replace__
30
30
numpy\._utils\._pep440\._Version\.__replace__
31
31
numpy\.lib\._arraysetops_impl\.Unique(All|Counts|Inverse)Result\.__replace__
32
32
numpy\.linalg\._linalg\.(Eig|Eigh|QR|SVD|Slogdet)Result\.__replace__
33
+
34
+ # workaround for https://github.com/python/mypy/issues/15302#issuecomment-2701979355
35
+ numpy\.testing(\._private\.utils)?\.check_support_sve
Original file line number Diff line number Diff line change @@ -231,15 +231,6 @@ numpy.polynomial.polynomial.polyvander
231
231
numpy.polynomial.polynomial.polyvander2d
232
232
numpy.polynomial.polynomial.polyvander3d
233
233
234
- numpy\.testing(\._private.utils)?\.assert_array_equal
235
- numpy\.testing(\._private.utils)?\.assert_array_almost_equal
236
- numpy\.testing(\._private.utils)?\.assert_array_compare
237
- numpy\.testing(\._private.utils)?\.assert_raises_regex
238
- numpy\.testing(\._private.utils)?\.assert_warns
239
- numpy\.testing(\._private.utils)?\.check_support_sve
240
- numpy\.testing(\._private.utils)?\.run_threaded
241
- numpy.testing._private.utils.raises
242
- numpy.testing.run_threaded
243
234
numpy.testing.TestCase.__init_subclass__
244
235
numpy.testing.TestCase._addSkip
245
236
numpy.testing.TestCase.assertDictContainsSubset
You can’t perform that action at this time.
0 commit comments