Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test[next]: Use pytest marker to skip GTIR test (fix spack build) #1575

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Jul 10, 2024

The import dace statement causes the Spack build (spack-c2sm) to fail:

ImportError while importing test module '/scratch/snx3000/epaone/repo/gt4py/tests/next_tests/integration_tests/feature_tests/iterator_tests/test_program.py'.

    import dace
E   ModuleNotFoundError: No module named 'dace'

Use the pytest marker to avoid this error.

@edopao edopao requested a review from havogt July 10, 2024 12:33
@edopao
Copy link
Contributor Author

edopao commented Jul 11, 2024

cscs-ci run default

@edopao edopao merged commit 146eebb into GridTools:main Jul 11, 2024
51 checks passed
@edopao edopao deleted the fix-tests branch July 11, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants