mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Ignore flaky test in pip_install_scenarios.rs
This commit is contained in:
parent
6af4eb7a45
commit
34550f5dd2
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ fn excluded_only_compatible_version() -> Result<()> {
|
|||
/// └── satisfied by a-3.0.0
|
||||
/// ```
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn dependency_excludes_range_of_compatible_versions() -> Result<()> {
|
||||
let temp_dir = assert_fs::TempDir::new()?;
|
||||
let cache_dir = assert_fs::TempDir::new()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue