Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip py.exe launcher tests in full layout CI test (GH-100948) | Steve Dower | 2023-01-11 | 1 | -1/+1 |
| | | | These tests become flaky when py.exe exists on the test machine but isn't the one that was just built. They also don't provide any useful information for this scenario, so easiest to just skip them. | ||||
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -4/+21 |
| | |||||
* | bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport ↵ | Steve Dower | 2019-01-08 | 1 | -0/+11 |
restrictions (GH-11465) Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute. |