Skip to content

Commit

Permalink
add new version to icon4py, fix system test
Browse files Browse the repository at this point in the history
  • Loading branch information
halungge committed Nov 27, 2024
1 parent 34cb196 commit 67ece6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/py-icon4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PyIcon4py(PythonPackage):
version('0.0.10', tag='v0.0.10', git=git)
version('0.0.11', tag='v0.0.11', git=git)
version('0.0.13', tag='v0.0.13', git=git)
version('0.0.14', tag='v0.0.14', git=git)

depends_on('py-wheel', type='build')
depends_on('py-setuptools', type='build')
Expand Down
4 changes: 2 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def test_install_py_gt4py_for_version(version):


@pytest.mark.parametrize("gt4py_version", ['1.0.3.10'])
@pytest.mark.parametrize("version", ['main'])
@pytest.mark.parametrize("version", ['main', 'v0.0.14'])
def test_install_py_icon4py(version, gt4py_version):
spack_install(f'py-icon4py@{version} ^py-gt4py{gt4py_version}')
spack_install(f'py-icon4py@{version} ^py-gt4py@{gt4py_version}')


def test_install_py_hatchling_default():
Expand Down

0 comments on commit 67ece6e

Please sign in to comment.