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

Overhaul testing framework #167

Merged
merged 17 commits into from
Sep 13, 2024
Merged

Conversation

NoraLoose
Copy link
Member

This PR is an overhaul of our testing framework to finally resolve #163.

Changes:

  • Install packages required for CI from conda rather than pip
  • Support for newer python versions: 3.10, 3.11, 3.12 rather than 3.6 - 3.10; closes Drop python 3.6 support #59
  • Substitute outdated pytest-lazy-fixture by pytest-lazy-fixtures (the outdated package is not working with the new versions of pytest)

@NoraLoose NoraLoose merged commit 1c4b6d0 into ocean-eddy-cpt:master Sep 13, 2024
5 checks passed
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.

Tests are failing Drop python 3.6 support
1 participant