Skip to content

Commit 670e0d2

Browse files
committed
TEMP: Remove warnings
1 parent e7ea8f1 commit 670e0d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)