-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Failing tests #6
Comments
I also experience a hang in the test suite, using GNU Guix:
|
I found a commit of an old PR in Nixpkgs that suggests that some tests would hang on network access for some reason:
I haven't investigated any further. |
At first glance it look like that |
Then it's probably just that the tests require proper networking that the build chroot on Nix/Guix doesn't accommodate. It'd be neat if the test suite could be told to skip network-related tests, or even do it by itself by some auto-detection. |
The tests are failing in Travis-CI and on my local machine. On my local machine they seem to hang indefinitely but I'm not sure if the two failures are related. I'd like to package this library in nixpkgs and would feel more comfortable that the packaged version works correctly if the tests succeeded.
Please consider fixing the tests.
The text was updated successfully, but these errors were encountered: