Skip to content

Commit 4b14fb3

Browse files
committed
Reinstate comments
1 parent 829845e commit 4b14fb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,12 @@ lint-types = "mypy --namespace-packages --check-untyped-defs ."
9393
run-bench = "python scripts/run_bench.py"
9494
test = "pytest"
9595

96+
# Install local, run single pytest with env var, uninstall local
9697
[tool.poe.tasks.test-dist-single]
9798
ignore_fail = "return_non_zero"
99+
# Has to be a child table due to the Python TOML decoder in many default pips
100+
# failing on inline table with "Invalid inline table value encountered" because
101+
# there's a comma (see https://github.com/uiri/toml/issues/348).
98102

99103
[[tool.poe.tasks.test-dist-single.sequence]]
100104
cmd = "pip install --no-index --find-links=./dist temporalio"

0 commit comments

Comments
 (0)