-
Notifications
You must be signed in to change notification settings - Fork 295
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
Many tests no longer pass #109
Comments
… (issue #109) This seems to be missing on some installations.
@QuLogic: thanks for reporting this too :) The tests are all passing on Travis-CI and my Linux and OS X systems. It looks like your Python 2 install doesn't have a working I have added code to anticipate that I'd be grateful for any further feedback. |
I skipped over the documentation for now, and I can almost get this to build. The only problem I have is with tests that shell out to the
Obviously, the problem is that the env is overridden and
|
@QuLogic: Oops ... it seems I accidentally deleted your last comment while trying to quote it... You wrote that you discovered that the tests have been split out into the
Yes, I believe that's true now. |
So I've been trying out snapshots of the
As you can see, somehow the |
PS, there's another import of |
For now, I've managed to work around the search path problem by using |
I think this is fixed now. Please feel free to reopen this issue or comment if not. |
When running
python setup.py test
, I'm seeing basically variations on two errors (50 total errors):and
This is in a completely clean mock chroot, so maybe there are additional dependencies missing.
The text was updated successfully, but these errors were encountered: