-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
python39Packages.pycurl: disable failing tests, add SuperSandro2000 as maintainer #166335
Conversation
@ofborg eval |
Do we know why these are failing? Should issues be reported upstream? |
Can this be fast-tracked to |
no, didn't look into and the error message is not helpful.
@mweinelt @jonringer any opinions on that? |
Can you use http://localhost:631 in the meantime? |
The tests are probably failing due to the root CA certs not being available in the build environment and the certificate chain thus not being verifiable. This is just guesswork based on the name of the tests but probably worth checking out. |
i did disable the tests in a fork until the PR gets to master. i dont see any issues related to CUPS. The web interface, and also KDEs printer frontend in the system settings, work without issues on my side. 2nd edit: i am on next edit: ofc with out this PR its not usable / its not working like andrevmatos mentioned as system is not buildable |
No, because the system fails to even build without this PR's patch. Just enabling cups (to use it at all) pulls in |
When you say "pull in this patch manually" for a dependency of Sorry for the newbie question, still getting familiar with Nix here. |
The tests are failing due to upstream error in curl: I think we shouldn't merge this and instead fix curl |
Here's my PR with the proper patch: #167993 |
Yes, this is an option. What I do instead is to use flake-utils-plus and use |
You can also use an overlay like this:
|
I'm a complete noob at using NixOS. I'm facing this exact same error as mentioned by this post https://githubhot.com/repo/NixOS/nixpkgs/issues/167579 What do I do as a user of NixOS to fix this ? |
@linminhtoo the fix is not available yet on So you can:
|
I see, thanks. disabling
|
Description of changes
I want to test the click fallout and noticed that the tests are failing.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes