-
Notifications
You must be signed in to change notification settings - Fork 12
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
Investigate qtpy dependency #253
Comments
It's considered "optional". If qtpy is unavailable, There are hooks in the conda recipe to specify optional dependencies. We have no specific version requirement here, but perhaps it'd be worth listing in that section regardless. |
Ok, that makes sense. So in general this doesn't even belong in the testing section of the conda recipe? And instead belongs in optional dependencies, explicitly? |
Well, we do actually run tests with it. If we're going to start using the test dependency section in the conda recipes (*) then it should be listed there. Otherwise, optional deps for now. (*) I think we should consider this at some point - I either mentioned that in chat or opened an issue, I can't recall! |
Right, you opened an issue somewhere. I was more referring to the fact that it's listed as a requirement for the tests, and since the test is just an import, it implies that it is required to do the import, which logically makes it a non-optional dependency. |
Oh... oh... I'm a little slow/distracted this morning - apologies. I should just wait to comment on these. |
Treat this issue as "Zach got confused while reviewing the conda-forge PR because of this dependency" |
The text was updated successfully, but these errors were encountered: