diff options
| author | robot-piglet <[email protected]> | 2023-11-18 23:35:25 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2023-11-18 23:45:45 +0300 |
| commit | dd86c6a32dc72e3cac2d1373ba454493844ba218 (patch) | |
| tree | fc38a55b8c770ccca4be20b7306c28a378c290d6 /contrib/python | |
| parent | 07232b141977faf7b98faf5e0d3c241993a27ced (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/numpy/py3/numpy/core/tests/test_nditer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/python/numpy/py3/numpy/core/tests/test_nditer.py b/contrib/python/numpy/py3/numpy/core/tests/test_nditer.py index 35bd6e97e04..8c1a770cd25 100644 --- a/contrib/python/numpy/py3/numpy/core/tests/test_nditer.py +++ b/contrib/python/numpy/py3/numpy/core/tests/test_nditer.py @@ -3203,7 +3203,6 @@ def test_warn_noclose(): assert len(sup.log) == 1 @pytest.mark.skipif(sys.version_info[:2] == (3, 9) and sys.platform == "win32", reason="Errors with Python 3.9 on Windows") @pytest.mark.parametrize(["in_dtype", "buf_dtype"], |
