Skip to content

Commit

Permalink
Allow deprecated errors
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Dec 15, 2024
1 parent 6966bc6 commit 98a12f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a12f9

Please sign in to comment.