Skip to content

Commit

Permalink
uv/tests: only run 'transforms' on Linux
Browse files Browse the repository at this point in the history
It takes too long otherwise. ¯\_(ツ)_/¯
  • Loading branch information
BurntSushi committed Aug 9, 2024
1 parent 8f662eb commit 87e49d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/uv/tests/ecosystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ fn home_assistant_core() -> Result<()> {

// Source: https://github.com/konstin/transformers/blob/da3c00433d93e43bf1e7360b1057e8c160e7978e/pyproject.toml
#[test]
// Takes too long on non-Linux in CI.
#[cfg(target_os = "linux")]
fn transformers() -> Result<()> {
lock_ecosystem_package_non_deterministic("3.12", "transformers")
}
Expand Down

0 comments on commit 87e49d2

Please sign in to comment.