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

feature/require minimum bioio-base for plugins #7

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

SeanLeRoy
Copy link
Contributor

Related Issue

This pull request resolves #2 where I requested plugins meet a minimum bioio-types version.

Description of Changes

The search for plugins will now check the listed version specifications for this distribution (bioio) against each plugin ensuring that the listed minimum for bioio is <= the maximum listed for the plugin.

Testing

No plugin has a minimum bioio-types yet, but I tested against other dependencies like docutils where it seems to perform as expected.

)
< 0
):
print(
Copy link
Contributor

Choose a reason for hiding this comment

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

at some point these prints should maybe be logs instead; not necessarily for this pr

Copy link
Contributor

@toloudis toloudis left a comment

Choose a reason for hiding this comment

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

Looks good. I wonder if it's unit testable with some mock data.

@SeanLeRoy SeanLeRoy merged commit def6104 into main Jul 18, 2023
@SeanLeRoy SeanLeRoy deleted the feature/require-minimum-bioio-base branch July 18, 2023 16:37
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.

Modify Plug-in Search Capabilities
3 participants