#131 if process_name is specified to execute_command() keep the process alive

This commit is contained in:
Nicholas Albion
2023-10-05 20:39:01 +11:00
parent 1bc25c331c
commit a38c35fafa
14 changed files with 228 additions and 91 deletions

View File

@@ -45,4 +45,4 @@ jobs:
run: |
pip install pytest
cd pilot
PYTHONPATH=. pytest -m "not slow and not uses_tokens"
PYTHONPATH=. pytest -m "not slow and not uses_tokens and not ux_test"