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

Remove all usages of mox3 in OMERO.py/OMERO.dropbox integration tests #6369

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

sbesson
Copy link
Member

@sbesson sbesson commented Oct 27, 2023

Due to compatibility issues with Python 3.11, these are replaced by pytest-mock which wraps the standard library mock infrastructure.

See also ome/omero-py#385 and ome/omero-dropbox#22 which contain similar changes to the unit tests

Initially opening as a draft as I think the test_requires changes are ignored by the current logic of the Jenkins OMERO integration jobs - see https://github.com/ome/devspace/blob/master/home/jobs/OMERO-test-integration/config.xml#L26

Due to compatibility issues with Python 3.11, these are replaced by
pytest-mock which wraps the standard library mock infrastructure.
@sbesson sbesson requested a review from jburel October 27, 2023 11:12
@jburel
Copy link
Member

jburel commented Oct 27, 2023

i have adjusted both OMERO-training and OMERO-test-integration jobs on merge-ci

@sbesson sbesson marked this pull request as ready for review October 27, 2023 11:26
@jburel
Copy link
Member

jburel commented Nov 27, 2023

ZarrReader should now be re-activated.

@sbesson sbesson force-pushed the python311_mox_removal branch from 5446a55 to 7d15210 Compare November 27, 2023 08:40
@sbesson
Copy link
Member Author

sbesson commented Nov 27, 2023

ZarrReader should now be re-activated.

374195d force pushed away

Copy link
Member

@jburel jburel left a comment

Choose a reason for hiding this comment

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

Build is green and so are the test on merge-ci

@jburel jburel merged commit 2db65a9 into ome:develop Nov 29, 2023
2 checks passed
@sbesson sbesson deleted the python311_mox_removal branch November 29, 2023 13:19
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