-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
certbot, acme: 0.24.0 -> 0.30.2 #51690
Conversation
eep actually saw a build failure when trying it again, investigating... |
]; | ||
|
||
checkInputs = [ nose ]; | ||
checkInputs = [ nose pytest ]; |
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 think nose
is no longer needed.
pkgs/tools/admin/certbot/default.nix
Outdated
@@ -4,13 +4,13 @@ | |||
|
|||
pythonPackages.buildPythonApplication rec { |
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.
While we're at it, can we use python3Packages
?
@GrahamcOfBorg build nixosTests.acme |
(same source)
Specifying "source" in sourceRoot isn't ideal (hopefully it doesn't change, again?) but I think this is the preferred way to do this.
* move to python3 * touchup deps
b36c1c0
to
e79e038
Compare
@GrahamcOfBorg build nixosTests.acme |
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.
Did not test it on my server, though.
(same source)
Motivation for this change
Have not reviewed changelogs or tested on a server.
Should at least make sure the 'acme' test passes :).
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)