From 31dc8260ba1f851976bca14d819215f676b726f7 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Thu, 31 Oct 2024 11:03:36 -0600 Subject: [PATCH 1/2] Skip incompatible script testing in installs refs #207 --- test/tests/fuel-cycle/tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/fuel-cycle/tests b/test/tests/fuel-cycle/tests index f69e459b..da2184bf 100644 --- a/test/tests/fuel-cycle/tests +++ b/test/tests/fuel-cycle/tests @@ -10,6 +10,8 @@ [gui] type = RunCommand command = 'python3 fuel_cycle_gui.py --test' + # See #207 + installation_type = 'in_tree' requirement = 'The system shall be able to open a graphical interface for the tritium fuel cycle example for user training.' required_python_packages = 'tempfile tkinter re subprocess matplotlib numpy scipy atexit shutil atexit os' [] From 4733a5354ebf96ab5a89715ae5c5d42d5da121c0 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Thu, 31 Oct 2024 11:06:35 -0600 Subject: [PATCH 2/2] Address review: move comment Co-authored-by: Pierre-Clement Simon --- test/tests/fuel-cycle/tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/tests/fuel-cycle/tests b/test/tests/fuel-cycle/tests index da2184bf..ecf7fffd 100644 --- a/test/tests/fuel-cycle/tests +++ b/test/tests/fuel-cycle/tests @@ -10,8 +10,7 @@ [gui] type = RunCommand command = 'python3 fuel_cycle_gui.py --test' - # See #207 - installation_type = 'in_tree' + installation_type = 'in_tree' # See #207 requirement = 'The system shall be able to open a graphical interface for the tritium fuel cycle example for user training.' required_python_packages = 'tempfile tkinter re subprocess matplotlib numpy scipy atexit shutil atexit os' []