hotfix(ci): remove nobenchmark flag (#36959)

This commit is contained in:
Mason Daugherty
2026-04-22 17:39:52 -04:00
committed by GitHub
parent ec337534c5
commit b57eea2aed
15 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ test tests:
uv run --group test pytest $(PYTEST_EXTRA) --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
uv run --group test --group test_integration pytest -v --tb=short -p no:benchmark -n auto $(TEST_FILE)
uv run --group test --group test_integration pytest -v --tb=short -n auto $(TEST_FILE)
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)