mirror of https://github.com/astral-sh/uv
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:
parent
7a9e07a98e
commit
ec27ab6033
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue