Skip to content

Commit

Permalink
Merge branch 'dev_0.22' of github.com:C2SM/spack-c2sm into dev_0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Dec 5, 2024
2 parents ae454ec + f66f2b6 commit e4386b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,16 @@ def test_install_py_gridtools_cpp():
spack_install('py-gridtools-cpp')


@pytest.mark.parametrize("version", ['1.0.3.7', '1.0.3.9', '1.0.3.10'])
@pytest.mark.parametrize("version", ['1.0.3.7', '1.0.3.9'])
def test_install_py_gt4py_for_version(version):
spack_install(f'py-gt4py @{version}')


# fails due to sql error
def test_build_only_py_gt4py_for_1_0_3_10():
spack_install('py-gt4py @1.0.3.10', test_root=False)


@pytest.mark.parametrize("version, gt4py_version", [('0.0.13', '1.0.3.9'),
('0.0.14', '1.0.3.10')])
def test_install_py_icon4py(version, gt4py_version):
Expand Down

0 comments on commit e4386b6

Please sign in to comment.