Skip to content

Commit 6273e3b

Browse files
committed
Revert "Restrict to failing tests"
This reverts commit 18be6ed.
1 parent 80703bc commit 6273e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bridge-lint = { cmd = "cargo clippy -- -D warnings", cwd = "temporalio/bridge" }
8787
lint-docs = "pydocstyle --ignore-decorators=overload"
8888
lint-types = "mypy --namespace-packages --check-untyped-defs ."
8989
run-bench = "python scripts/run_bench.py"
90-
test = "pytest tests/worker/test_workflow.py::test_unfinished_handler_on_workflow_termination"
90+
test = "pytest"
9191

9292
# Install local, run single pytest with env var, uninstall local
9393
[tool.poe.tasks.test-dist-single]

0 commit comments

Comments
 (0)