-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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): | ||
|