mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add python-eol feature to Sphinx tests
This commit is contained in:
parent
19c58c7fbb
commit
c3844e3f84
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
|
/// Ensure that group requires-python solves an actual problem
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
|
#[cfg(feature = "python-eol")]
|
||||||
fn group_requires_python_useful_defaults() -> Result<()> {
|
fn group_requires_python_useful_defaults() -> Result<()> {
|
||||||
let context = TestContext::new_with_versions(&["3.8", "3.9"]);
|
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
|
/// Ensure that group requires-python solves an actual problem
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
|
#[cfg(feature = "python-eol")]
|
||||||
fn group_requires_python_useful_non_defaults() -> Result<()> {
|
fn group_requires_python_useful_non_defaults() -> Result<()> {
|
||||||
let context = TestContext::new_with_versions(&["3.8", "3.9"]);
|
let context = TestContext::new_with_versions(&["3.8", "3.9"]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue