-
-
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
Travis & pytest-qt #6
Comments
Hi Benjamin, I had a lot of work in order to make The error you are having is that
With this
I also reported issue #7 to provide a better error message. Let me know how that goes. Cheers |
Ahhh ok, I thought that |
I think the problem is that, at that point, |
I had tried to add: virtualenv:
system_site_packages: true to the travis.yml. It seems that this works. But I got an another error: Thank you. |
Hi Benjamin, I see you are using pytest-qt 1.0.2. Can you try against 1.1? I have some Cheers, On Thu, May 15, 2014 at 9:01 AM, Benjamin Hedrich
|
Excellent, that works: BTW: the new code in .travis.yml: virtualenv:
system_site_packages: true works fine without symlinking. Try it! Thank you! :-) |
Created a new issue for it, will certainly try it! Cheers |
Hi, I'm using pytest-qt (with PySide) on Travis. I got an error while running the GUI tests for the QT interface:
https://travis-ci.org/bh/python-keepass-httpd/jobs/24874738
Do you have an idea how to resolve this issue?
The text was updated successfully, but these errors were encountered: