Skip to content

Commit

Permalink
Update system_test.py (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekg7 authored Apr 18, 2024
1 parent d9f9f7f commit 1bd69b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,14 +611,16 @@ def test_install_default(self):
@pytest.mark.no_tsa # py-isort install fails with: No module named 'poetry'.
class PyIcon4pyTest(unittest.TestCase):

@pytest.mark.no_daint # problem with gt4py and spack v21.1
def test_install_version_0_0_3_1(self):
spack_install('py-icon4py @ 0.0.3.1 %gcc ^[email protected]')
spack_install_and_test('py-icon4py @ 0.0.3.1 %gcc ^[email protected]')

@pytest.mark.no_daint # problem with gt4py and spack v21.1
def test_install_version_0_0_9(self):
spack_install('py-icon4py @ 0.0.9 %gcc ^[email protected]')
spack_install_and_test('py-icon4py @ 0.0.9 %gcc ^[email protected]')

def test_install_version_0_0_10(self):
spack_install('py-icon4py @ 0.0.10 %gcc ^[email protected]')
spack_install_and_test('py-icon4py @ 0.0.10 %gcc ^[email protected]')


class PyInflectionTest(unittest.TestCase):
Expand Down

0 comments on commit 1bd69b5

Please sign in to comment.