mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-02 06:51:14 +00:00
Ignore compile_invalid_pyc_invalidation_mode
on macOS (#4305)
## Summary This keeps failing in CI.
This commit is contained in:
parent
0fda89cd4d
commit
b1bf7f0524
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue