mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue