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

make tests compatible with python3.11 #947

Merged
merged 1 commit into from
Jan 24, 2024
Merged

make tests compatible with python3.11 #947

merged 1 commit into from
Jan 24, 2024

Conversation

larsevj
Copy link
Contributor

@larsevj larsevj commented Jan 19, 2024

Issue
Resolves #946

Converts filesize to int by using "//" instead of "/".

Copy link
Contributor

@sondreso sondreso left a comment

Choose a reason for hiding this comment

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

LGTM, update commit message slightly before merging

Avoid implicit float to int conversion which has been deprecated for
builtin functions.
@larsevj larsevj merged commit 024c745 into main Jan 24, 2024
35 of 37 checks passed
@larsevj larsevj deleted the build_komodo_levje branch January 24, 2024 16:45
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.

Some tests fail on python3.11 when running with test data onprem (Equinor)
2 participants