chore: improve dev instructions for Python (#2088)

Closes #2042
This commit is contained in:
Will Jones
2025-02-12 14:08:52 -08:00
committed by GitHub
parent a8e6b491e2
commit 78a17ad54c
3 changed files with 8 additions and 5 deletions

View File

@@ -29,4 +29,4 @@ doctest: ## Run documentation tests.
.PHONY: test
test: ## Run tests.
pytest python/tests -vv --durations=10 -m "not slow"
pytest python/tests -vv --durations=10 -m "not slow and not s3_test"