From 8046e979597e7b6d05f7c270a8dd3810d3961856 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:26:11 +0100 Subject: [PATCH] test: run tests in parallel again on CI (#2708) --- pixi.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index 829535363..6ab490fc6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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