Add python-eol feature to Sphinx tests

This commit is contained in:
Charlie Marsh 2025-06-24 09:47:04 -04:00
parent 19c58c7fbb
commit c3844e3f84

View file

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