Skip to content

Commit

Permalink
Update system_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker authored Apr 2, 2024
1 parent c2bd45e commit cd43f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@ def test_install_version_1_0_3_3(self):
spack_install('py-gt4py @1.0.3.3')

def test_install_version_1_0_3_4(self):
spack_install_and_test('py-gt4py @1.0.3.4')
spack_install('py-gt4py @1.0.3.4')

def test_install_version_1_0_3_5(self):
spack_install_and_test('py-gt4py @1.0.3.5')
spack_install('py-gt4py @1.0.3.5')


class PyHatchlingTest(unittest.TestCase):
Expand Down

0 comments on commit cd43f0b

Please sign in to comment.