Skip to content

Commit bc54894

Browse files
committed
Revert "TEMP: Remove warnings"
This reverts commit 670e0d2.
1 parent ba38732 commit bc54894

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ testpaths = ["tests"]
8383
timeout = 600
8484
timeout_func_only = true
8585
filterwarnings = [
86-
# TODO(dan): re-enable these
87-
# "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
88-
# "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
86+
"error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
87+
"error::temporalio.workflow.UnfinishedSignalHandlersWarning",
8988
"ignore::pytest.PytestDeprecationWarning",
9089
"ignore::DeprecationWarning",
9190
]

0 commit comments

Comments
 (0)