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

CI: Test with ert in test dependencies #142

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

mferrera
Copy link
Collaborator

@mferrera mferrera commented Dec 9, 2024

This removes the secondary ert-only CI jobs and tests everything together. That might not categorically be an improvement, but it seems to run everything a bit faster.

After moving to Python 3.11 for windows, the tests were taking over an hour to complete, so it was dropped in this PR.

Copy link
Contributor

@tnatt tnatt left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@@ -6,6 +6,8 @@
import pytest
import yaml

pytest.importorskip("ert")
Copy link
Contributor

Choose a reason for hiding this comment

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

Was not aware of this functionality, that was handy!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's a new one to me too. Can be used in functions as well 🤩

@mferrera mferrera merged commit b9bc697 into equinor:main Dec 9, 2024
9 checks passed
@mferrera mferrera deleted the add-ert-tests branch December 9, 2024 08:27
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