We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3618495 commit f864109Copy full SHA for f864109
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