diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2022-06-30 15:30:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 07:30:24 -0700 |
commit | 0fa4f0f1e90e93c96349a72287f06994358965d7 (patch) | |
tree | 1de096933f9de4769b03f6d5ea558292e0c8605f /numpy/array_api/tests | |
parent | f9bed20bffd88bce06dbc8be200179edfe7580a4 (diff) | |
download | numpy-0fa4f0f1e90e93c96349a72287f06994358965d7.tar.gz |
MAINT: Disable checks for Win workaround for GCC (#21881)
* Disable checks for Win workaround for GCC
Python compiled with GCC on Windows does not suffer the same
deficiencies as MSVC; disable check for that platform.
Here are a couple of `sys.version` strings from Windows / Mingw-w64
Python binaries:
* '3.10.5 (main, Jun 18 2022, 01:33:07) [GCC 12.1.0 32 bit]'
* '3.10.5 (main, Jun 18 2022, 01:32:32) [GCC UCRT 12.1.0 64 bit (AMD64)]'
For MSVC Python binaries:
* '3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:24:45) [MSC v.1929 32 bit (Intel)]'
* '3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]'
* Update numpy/core/tests/test_multiarray.py
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions