Mark `find_uv_bin_py38` test as requiring `python-eol` (#15379)

## Summary

Mark `find_uv_bin_py38` test as requiring `python-eol`. Resolves one of
the issues reported in #15368.

## Test Plan

```
cargo test --profile=dev --features git --features pypi --features python --no-default-features
```

(without Python 3.8 installed)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-08-19 15:06:03 +02:00 committed by GitHub
parent 7a9e07a98e
commit ec27ab6033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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")