From 41fdbd71ff1049cb6eb97902f095cf7feffd069d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 28 Sep 2023 16:04:09 +0000 Subject: [PATCH] GitHub Action: Apply Pep8-formatting --- test/system_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system_test.py b/test/system_test.py index 4fcaad7a4a..f729589582 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -671,7 +671,7 @@ class PyIcon4pyTest(unittest.TestCase): def test_install_version_0_0_3(self): spack_install_and_test('py-icon4py @ 0.0.3.1 %gcc ^py-gt4py@1.0.1.1b') - + def test_install_version_0_0_5(self): spack_install_and_test('py-icon4py @ 0.0.5 %gcc ^py-gt4py@1.0.1.1')