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

Fail OpenEye checks if installed but not licensed #164

Merged
merged 4 commits into from
Aug 4, 2023

Conversation

mattwthompson
Copy link
Member

@mattwthompson mattwthompson commented Jul 14, 2023

Description

Resolves #163

Todos

Notable points that this PR has either accomplished or will accomplish.

  • Uses requires_openeye_module to raise MissingOptionalDependencyError when OpenEye is installed but not licensed
  • Catches MissingOptionalDependencyError when above happens

Questions

  • Question1

Status

  • Ready to go

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #164 (d41c6f4) into main (5a33549) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Additional details and impacted files

@mattwthompson mattwthompson marked this pull request as ready for review July 14, 2023 18:00
Copy link
Member

@j-wags j-wags left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @mattwthompson

@mattwthompson mattwthompson merged commit 390388d into main Aug 4, 2023
@mattwthompson mattwthompson deleted the openeye-license branch August 4, 2023 19:05
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.

Skip OpenEye functions if license not found, even if installed
2 participants