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

Don't import omero module #124

Closed
wants to merge 4 commits into from
Closed

Conversation

manics
Copy link
Member

@manics manics commented Sep 16, 2019

Don't import omero py or other modules distributed in OMERO.server

This causes all sorts of problems, such as being unable to run multiple server tests, relying on a hard-coded path to omero, and not being able to run omego and omero in different environments. It also results in increasing complexity now that OMERO.py has been decoupled.

Instead all interactions between omego and omero are through subprocess calls only.

The CLI interface should be fully compatible, but due to changes in public methods this counts as a breaking change.

This causes all sorts of problems, such as being unable to run multiple server tests, relying on a hard-coded path to omero, and not being able to run omego and omero in different environments
@manics
Copy link
Member Author

manics commented Oct 10, 2019

This is included in #122

@manics manics closed this Oct 10, 2019
@manics manics deleted the decouple-omero-module branch October 10, 2019 11:18
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.

1 participant