Skip to content

Commit

Permalink
python: Remove workaround for Tsa (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer authored Oct 2, 2024
1 parent dce9307 commit a97d919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions repos/c2sm/packages/python/package.py

This file was deleted.

14 changes: 8 additions & 6 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,10 @@ def test_install_int2lm_version_3_00_nvhpc_fixed_definitions():
test_root='balfrin' not in machine_name())


@pytest.mark.libcdi_pio
def test_install_libcdi_pio_default():
spack_install('libcdi-pio')
# This test fails because the link to scales-ppm's repo is dead.
# @pytest.mark.libcdi_pio
# def test_install_libcdi_pio_default():
# spack_install('libcdi-pio')


@pytest.mark.libgrib1
Expand Down Expand Up @@ -257,9 +258,10 @@ def test_install_py_typing_extensions_default(devirt_env):
spack_install('py-typing-extensions')


@pytest.mark.scales_ppm
def test_install_default():
spack_install('scales-ppm')
# This test fails because the link to its repo is dead.
# @pytest.mark.scales_ppm
# def test_install_default():
# spack_install('scales-ppm')


@pytest.mark.yaxt
Expand Down

0 comments on commit a97d919

Please sign in to comment.