mirror of https://github.com/astral-sh/uv
Add `"python-eol"` feature to Sphinx tests (#14241)
## Summary Closes https://github.com/astral-sh/uv/issues/14228.
This commit is contained in:
parent
19c58c7fbb
commit
093e9d6ff0
|
|
@ -355,6 +355,7 @@ fn mixed_requires_python() -> Result<()> {
|
|||
/// Ensure that group requires-python solves an actual problem
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
#[cfg(feature = "python-eol")]
|
||||
fn group_requires_python_useful_defaults() -> Result<()> {
|
||||
let context = TestContext::new_with_versions(&["3.8", "3.9"]);
|
||||
|
||||
|
|
@ -499,6 +500,7 @@ fn group_requires_python_useful_defaults() -> Result<()> {
|
|||
/// Ensure that group requires-python solves an actual problem
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
#[cfg(feature = "python-eol")]
|
||||
fn group_requires_python_useful_non_defaults() -> Result<()> {
|
||||
let context = TestContext::new_with_versions(&["3.8", "3.9"]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue