Files
cibuildwheel/test
9a537512c1 feat: add support for py3-none-{platform} wheels (#1151)
* feature: add support for `py3-none-{platform}` wheels

This extends the mechanism introduced in #1091 for `abi3` wheels.
Most of the mentions to `abi3` have been removed and replaced by a more generic `compatible_wheel`.
This allows to build a wheel `foo-0.1-py3-none-win_amd64.whl` only once and still test with every configured python.

* Add integration test for py3-none abi wheels

* Fix expected_wheels for py3-none abi

* Limit test to three pythons and check for certain log messages

* chore: add some comments to explain filter process

Co-authored-by: Joe Rickerby <joerick@mac.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
2022-07-03 14:00:00 -04:00
..
2020-05-02 16:54:19 +01:00
2020-05-02 22:50:52 +01:00
2021-05-07 11:54:27 -04:00
2022-04-27 17:18:01 -04:00
2021-06-23 10:47:18 -04:00
Fix option name 🤦‍♂️
2021-08-28 12:38:58 +01:00

This folder contains integration tests for cibuildwheel.