Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Disable checks for Win workaround for GCC (numpy#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
- Loading branch information