-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
[RDY] pythonPackages.configobj: enable tests #40231
Conversation
cc @etu |
src = fetchPypi { | ||
inherit pname version; | ||
sha256 = "00h9rcmws03xvdlfni11yb60bz3kxfvsj6dg6nrpzj71f03nbxd2"; | ||
src = fetchFromGitHub { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to add a comment on why you're fetching from GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
I found a bug in configobj and wanted to run the testsuite to confirm it was a bugs rather than a nixos oddity. Now that tests work let's upstream it.
@GrahamcOfBorg build python2Packages.configobj python3Packages.configobj |
Success on x86_64-linux (full log) Attempted: python2Packages.configobj, python3Packages.configobj Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: python2Packages.configobj, python3Packages.configobj Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python2Packages.configobj, python3Packages.configobj Partial log (click to expand)
|
Motivation for this change
I found a bug in configobj and wanted to run the testsuite to check
things. Now that it works let's upstream it.
Things done
I disabled the only failing tests. Seems too minor to request an upstream change. I download the source from github since it 's not available on Pipy
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)