mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Skip scenario tests on Windows (#2932)
These tests are about resolver correctness, which should not be platform dependent and Windows CI is horribly slow.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//! Generated with `{{generated_with}}`
|
||||
//! Scenarios from <{{generated_from}}>
|
||||
//!
|
||||
#![cfg(all(feature = "python", feature = "pypi"))]
|
||||
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
||||
|
||||
use std::env;
|
||||
use std::process::Command;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//! Generated with `{{generated_with}}`
|
||||
//! Scenarios from <{{generated_from}}>
|
||||
//!
|
||||
#![cfg(all(feature = "python", feature = "pypi"))]
|
||||
#![cfg(all(feature = "python", feature = "pypi", unix))]
|
||||
|
||||
use std::path::Path;
|
||||
use std::process::Command;
|
||||
|
||||
Reference in New Issue
Block a user