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