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 run
doesn’t specify--no-dev
the dev deps are loaded, and pytest requires thepiker_test_dir
that is not set!!a quick fix: (we need to dig a better solution here obviously)
00108010c9
to 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._runtime
which 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..