-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Python: several fixes #28884
Python: several fixes #28884
Conversation
Rebased and added. Thanks @jluttine |
Python: several fixes (cherry picked from commit 67651d8)
This PR introduces evaluation errors into Nixpkgs:
|
Oh, thanks. The fix dcbf59d |
@@ -19,4 +19,7 @@ buildPythonPackage rec { | |||
postPatch = '' | |||
substituteInPlace requirements.txt --replace "argparse" "" | |||
''; | |||
|
|||
# Requires a bunch of new packages | |||
meta.broken = true; |
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.
How did this one become broken when it worked before?
As usual: other package upgrades. Someone should go through the whole Oslo
thing if they want to keep it alive.
…On Sep 8, 2017 18:35, "Daniel Peebles" ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In pkgs/development/python-modules/oslo-config/default.nix
<#28884 (comment)>:
> @@ -19,4 +19,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt --replace "argparse" ""
'';
+
+ # Requires a bunch of new packages
+ meta.broken = true;
How did this one become broken when it worked before?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#28884 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACB873shQKdMMoooDAt-0WGCckWHPv-5ks5sgWzugaJpZM4PK192>
.
|
sha256 = "15yxz8d70iy1b1x6gd7spvblq0mjxjardl4vnaqasxafzc069zca"; | ||
}; | ||
|
||
propagatedBuildInputs = [ pbr python_mimeparse extras lxml unittest2 ]; |
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.
@FRidh Do you know why this depends on lxml? I can't find it in https://github.com/testing-cabal/testtools/blob/b4d158ab8aff96c4212d49b3f0d2c3001682c3c9/requirements.txt
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.
No idea, it was there already. Let's throw it out.
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.
I'll try enabling the tests as well
Motivation for this change
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)