diff --git a/Makefile b/Makefile index 06b63909..5aecddae 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ test-scripts: define test-common echo "Running tests for $(2)..." - @(cd $(1) && poetry run pytest -vvv -W error $(test-args) $(2)) + @(cd $(1) && poetry run pytest -vvv -W "error::Warning" -W "default::PendingDeprecationWarning" $(test-args) $(2)) endef define test-rust-common