piker_test_dir is None when exec uv run or uv run --dev #30
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
If the
uv rundoesn’t specify--no-devthe dev deps are loaded, and pytest requires thepiker_test_dirthat is not set!!a quick fix: (we need to dig a better solution here obviously)
00108010c9to in the history for #9Per the commit msg, further follow up includes,
creation of this issue to track the fundamental runtime env issue
a fix in
piker.config’s hack to leak actor rt-state to the test suite.a test to replicate the transitive fault in
tractor’s core._runtimewhich seems to be due to the error taking place during a sub-actor’s module import phase which prevents the runtime from booting fully and then the proc getting stuck in a real gnarly SIG-state..