Skip to content

Commit

Permalink
Squish squash
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 22, 2025
1 parent 0b4365a commit b1eaa9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv/tests/it/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10765,6 +10765,7 @@ fn lock_mismatched_sources() -> Result<()> {
///
/// See: <https://github.com/astral-sh/uv/issues/4604>
#[test]
#[cfg(feature = "git")]
fn lock_mismatched_versions() -> Result<()> {
let context = TestContext::new("3.12");

Expand Down
3 changes: 3 additions & 0 deletions crates/uv/tests/it/pip_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6812,6 +6812,7 @@ fn verify_hashes_editable() -> Result<()> {
}

#[test]
#[cfg(feature = "git")]
fn tool_uv_sources() -> Result<()> {
let context = TestContext::new("3.12");
// Use a subdir to test path normalization.
Expand Down Expand Up @@ -8260,6 +8261,7 @@ fn cyclic_build_dependency() {
}

#[test]
#[cfg(feature = "git")]
fn direct_url_json_git_default() -> Result<()> {
let context = TestContext::new("3.12");
let requirements_txt = context.temp_dir.child("requirements.txt");
Expand Down Expand Up @@ -8297,6 +8299,7 @@ fn direct_url_json_git_default() -> Result<()> {
}

#[test]
#[cfg(feature = "git")]
fn direct_url_json_git_tag() -> Result<()> {
let context = TestContext::new("3.12");
let requirements_txt = context.temp_dir.child("requirements.txt");
Expand Down
1 change: 1 addition & 0 deletions crates/uv/tests/it/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ fn run_pythonw_script() -> Result<()> {

/// Run a PEP 723-compatible script with `tool.uv` metadata.
#[test]
#[cfg(feature = "git")]
fn run_pep723_script_metadata() -> Result<()> {
let context = TestContext::new("3.12");

Expand Down
2 changes: 2 additions & 0 deletions crates/uv/tests/it/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3183,6 +3183,7 @@ fn sync_custom_environment_path() -> Result<()> {
}

#[test]
#[cfg(feature = "git")]
fn sync_workspace_custom_environment_path() -> Result<()> {
let context = TestContext::new("3.12");

Expand Down Expand Up @@ -5276,6 +5277,7 @@ fn sync_derivation_chain_group() -> Result<()> {

/// See: <https://github.com/astral-sh/uv/issues/9743>
#[test]
#[cfg(feature = "git")]
fn sync_stale_egg_info() -> Result<()> {
let context = TestContext::new("3.13");

Expand Down

0 comments on commit b1eaa9e

Please sign in to comment.