Skip to content

Commit

Permalink
test: run tests in parallel again on CI (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Dec 17, 2024
1 parent b9681c2 commit 8046e97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ test-specific-test = { cmd = "pytest", depends-on = ["build-release"] }
# e.g. "multiple_versions_channel_1"
update-test-channel = { cmd = "python update-channels.py", cwd = "tests/data/channels" }

[feature.pytest.target.osx.tasks]
# Running integration tests in parallel sometimes fails for macOS
test-integration-ci = "pytest --durations=10 --verbose --timeout=300 tests/integration_python"


[feature.dev.dependencies]
# Needed for the citation
Expand Down

0 comments on commit 8046e97

Please sign in to comment.