We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a630543 commit 4fe5399Copy full SHA for 4fe5399
pyproject.toml
@@ -100,8 +100,8 @@ testpaths = ["tests"]
100
timeout = 600
101
timeout_func_only = true
102
filterwarnings = [
103
- "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
104
- "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
+ # "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
+ # "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
105
"ignore::pytest.PytestDeprecationWarning",
106
"ignore::DeprecationWarning",
107
]
0 commit comments