diff --git a/crates/uv/tests/it/python_module.rs b/crates/uv/tests/it/python_module.rs index a9570ccd6..45d789191 100644 --- a/crates/uv/tests/it/python_module.rs +++ b/crates/uv/tests/it/python_module.rs @@ -461,6 +461,7 @@ fn find_uv_bin_error_message() { ); } +#[cfg(feature = "python-eol")] #[test] fn find_uv_bin_py38() { let context = TestContext::new("3.8")