diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-18 23:35:25 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-18 23:45:45 +0300 |
commit | dd86c6a32dc72e3cac2d1373ba454493844ba218 (patch) | |
tree | fc38a55b8c770ccca4be20b7306c28a378c290d6 /contrib/python/numpy/py3 | |
parent | 07232b141977faf7b98faf5e0d3c241993a27ced (diff) | |
download | ydb-dd86c6a32dc72e3cac2d1373ba454493844ba218.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/numpy/py3')
-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 35bd6e97e0..8c1a770cd2 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.skip @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"], |