-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Import error when running tests #410
Comments
I did configure the env variable QT_API for IPython
As an alternative and very simple solution may I propose to just change the order in which the imports are being tried, to something like
|
Hmm, right, apologies for closing this issue so quickly - reopening it for now. |
@svartkanin One workaround is to use |
@eyllanesc got it right: this will prevent pytest-qt from trying to guess which API to use (the |
When running any pytest I receive the following error
I suspect it has something to do with the Ipython package that is being used as well. Here is the full list of installed dependencies
The text was updated successfully, but these errors were encountered: