From bcf00d3bd62ddc473fea35d2f9f6efb0656c66da Mon Sep 17 00:00:00 2001 From: juckerj <39263956+jonasjucker@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:57:54 +0100 Subject: [PATCH] Update system_test.py --- test/system_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system_test.py b/test/system_test.py index 9262dc795d..cd57c15a9a 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -523,8 +523,8 @@ def test_install_default(self): @pytest.mark.no_tsa # Coupling only needed on Daint class OasisTest(unittest.TestCase): - def test_install_master_nvhpc(self): - spack_install_and_test('oasis @master %nvhpc') + def test_install_version_4_0_nvhpc(self): + spack_install_and_test('oasis @4.0 %nvhpc') class OmniXmodPoolTest(unittest.TestCase):