Skip to content

Commit eb259ff

Browse files
--tracemalloc is apparently not a valid flag for pytest.
1 parent 367f39d commit eb259ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,15 @@ jobs:
342342
uv run python -c "from ClassicLib.integration.status import print_rust_status; print_rust_status()"
343343
344344
- name: Run pytest (unit tests)
345-
run: uv run pytest -m "unit and not slow" --maxfail=5 --tb=short --timeout=300 --timeout-method=thread --tracemalloc=10
345+
run: uv run pytest -m "unit and not slow" --maxfail=5 --tb=short --timeout=300 --timeout-method=thread
346346
timeout-minutes: 10
347347

348348
- name: Run pytest (integration tests)
349-
run: uv run pytest -m "integration" --maxfail=3 --tb=short --timeout=600 --timeout-method=thread --tracemalloc=10
349+
run: uv run pytest -m "integration" --maxfail=3 --tb=short --timeout=600 --timeout-method=thread
350350
timeout-minutes: 15
351351

352352
- name: Run pytest (Rust integration tests)
353-
run: uv run pytest tests/rust_integration/ -v --maxfail=3 --tb=short --timeout=300 --timeout-method=thread --tracemalloc=10
353+
run: uv run pytest tests/rust_integration/ -v --maxfail=3 --tb=short --timeout=300 --timeout-method=thread
354354
timeout-minutes: 10
355355

356356
- name: Upload test results

0 commit comments

Comments
 (0)