-
Notifications
You must be signed in to change notification settings - Fork 29
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
3.0.0 test failures #35
Comments
Hi, in #36 I've added Python 3.6 to the Travis targets. Tests are green: https://travis-ci.org/testing-cabal/fixtures/builds/204259801 so I assume it's a NetBSD-specific issue. Since I don't think we have testing-cabal developers using NetBSD, I'd say we're not in the position to support it. However we'll happily accept patches, if there's a way to run the test suite automatically against NetBSD (like Travis does for Linux). If nobody steps in, I'll close this ticket. |
I'd like to help you debug these, but the errors really tell me nothing. Can you help me how to make this more understandable?
What could be going wrong here? |
Sorry to be dry, but the intent of the test looks pretty self-evident to me. If it's not to you, I'd suggest that you familiarize with:
There's reasonable documentation, code and comments for both. |
Sorry, that's beyond my level of interest in your code. |
I see. Thanks for reporting. Out of curiosity what's your ultimate motivation/use-case for wanting these Python modules on NetBSD? If I may ask. |
I think I came down to these starting from buildbot. Not sure about the dependency path exactly. tempest-lib and/or os-testr have really many dependencies and stopped my progress for now. |
So you're ultimately trying to package OpenStack for NetBSD? Or what other goal? |
Getting all of buildbot 0.9.x's dependencies imported so I can run its self-tests. When packaging I also try to run the self-tests of the dependencies. I hope that doesn't mean I'll have to package all of OpenStack :) |
I see the following test failures on NetBSD-7.99.59/amd64 with python-3.6.0, testtools-2.2.0, mock-2.0.0, extras-1.0.0:
From the output I can't really recognize what the errors are.
The text was updated successfully, but these errors were encountered: