Skip to content

Commit

Permalink
Ignore compile_invalid_pyc_invalidation_mode on macOS (#3465)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
charliermarsh committed May 8, 2024
1 parent 7c7c9e2 commit b2adb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv/tests/pip_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit b2adb96

Please sign in to comment.