Skip to content

Conversation

@ChrisBarker-NOAA
Copy link
Contributor

Adds a pixi task for testing either all or without the online tests.

The online tests need help, but this at least gets it so the CI would pass, and tests some of what we need.

@ChrisBarker-NOAA ChrisBarker-NOAA merged commit 6a60fe8 into main Jun 9, 2025
26 of 27 checks passed
@ChrisBarker-NOAA ChrisBarker-NOAA deleted the remove_online_tests branch June 9, 2025 18:10
lint = "ruff check tests xarray_subset_grid"
test = "pytest --online tests/"
test = "pytest tests/"
test_all = "pytest --online tests/"
Copy link
Member

@ocefpaf ocefpaf Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can run this once instead of the whole matrix in the CIs. Maybe just Linux and latest supported Python.

Copy link
Contributor Author

@ChrisBarker-NOAA ChrisBarker-NOAA Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean the online tests?

That a good idea some day, but it's pretty broken at the moment, so let's keep it off for now.

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.

3 participants