mirror of https://github.com/astral-sh/uv
Ignore `compile_invalid_pyc_invalidation_mode` on macOS (#4305)
## Summary This keeps failing in CI.
This commit is contained in:
parent
0fda89cd4d
commit
b1bf7f0524
|
|
@ -3214,6 +3214,7 @@ fn compile() -> Result<()> {
|
|||
|
||||
/// Test that the `PYC_INVALIDATION_MODE` option is recognized and that the error handling works.
|
||||
#[test]
|
||||
#[cfg_attr(target_os = "macos", ignore = "Fails spuriously on macOS")]
|
||||
fn compile_invalid_pyc_invalidation_mode() -> Result<()> {
|
||||
let context = TestContext::new("3.12");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue