We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38732 commit bc54894Copy full SHA for bc54894
pyproject.toml
@@ -83,9 +83,8 @@ testpaths = ["tests"]
83
timeout = 600
84
timeout_func_only = true
85
filterwarnings = [
86
- # TODO(dan): re-enable these
87
- # "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
88
- # "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
+ "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
+ "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
89
"ignore::pytest.PytestDeprecationWarning",
90
"ignore::DeprecationWarning",
91
]
0 commit comments