Ignore `compile_invalid_pyc_invalidation_mode` on macOS (#3465)

## Summary

This is annoying both locally in CI. If anyone wants to fuss with the
filters to fix it, that's fine too, but IMO it's better to disable than
leave it enabled on macOS for now.
This commit is contained in:
Charlie Marsh 2024-05-08 14:04:57 -04:00 committed by GitHub
parent 7c7c9e2189
commit b2adb96ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3036,6 +3036,7 @@ fn compile() -> Result<()> {
/// Test that the `PYC_INVALIDATION_MODE` option is recognized and that the error handling works.
#[test]
#[cfg_attr(macos, ignore = "The bytecode trace is spuriously different on macOS")]
fn compile_invalid_pyc_invalidation_mode() -> Result<()> {
let context = TestContext::new("3.12");