Skip to content

Commit 4fe5399

Browse files
committed
WIP: comment out filterwarnings
1 parent a630543 commit 4fe5399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ testpaths = ["tests"]
100100
timeout = 600
101101
timeout_func_only = true
102102
filterwarnings = [
103-
"error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
104-
"error::temporalio.workflow.UnfinishedSignalHandlersWarning",
103+
# "error::temporalio.workflow.UnfinishedUpdateHandlersWarning",
104+
# "error::temporalio.workflow.UnfinishedSignalHandlersWarning",
105105
"ignore::pytest.PytestDeprecationWarning",
106106
"ignore::DeprecationWarning",
107107
]

0 commit comments

Comments
 (0)