Skip to content

Commit

Permalink
uv/tests: only run 'warehouse' on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 9, 2024
1 parent e595840 commit 8f662eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/uv/tests/ecosystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ fn transformers() -> Result<()> {

// Source: https://github.com/konstin/warehouse/blob/baae127d90417104c8dee3fdd3855e2ba17aa428/pyproject.toml
#[test]
// Interestingly only works on Linux because the build
// tries to run `pg_config`.
#[cfg(target_os = "linux")]
fn warehouse() -> Result<()> {
lock_ecosystem_package_non_deterministic("3.11", "warehouse")
}
Expand Down

0 comments on commit 8f662eb

Please sign in to comment.