Age | Commit message (Collapse) | Author |
|
... instead of hard-coding it in the example graphs. In this way,
we can honor a provided PATH.
|
|
For maximum compatibility, we use the uppercase types from the
typing package instead of the built-in types, therefore compliant
with PEP 484 and PEP 526.
|
|
... as those binaries might need run-libs.
|
|
... instead of using pipes that are prone to get full. Also
increase log level to Trace.
|
|
In order to keep our tests self-contained, do not rely on
an external remote-execution service to be present; instead,
use `just execute` to provide the remote execution service.
|