Skip to content

Commit

Permalink
Skip very slow integration_pyo3_pure_conda test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 11, 2022
1 parent 8de3303 commit ea26598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ fn integration_pyo3_mixed_src_layout() {
}

#[test]
#[cfg_attr(target_os = "macos", ignore)] // Don't run it on macOS, too slow
fn integration_pyo3_pure_conda() {
// Only run on GitHub Actions for now
if std::env::var("GITHUB_ACTIONS").is_ok() {
Expand Down

0 comments on commit ea26598

Please sign in to comment.