-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
Python modules/robotframework sshlibrary #62943
Python modules/robotframework sshlibrary #62943
Conversation
Please rebase instead of using a merge. |
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.
Looks good, some comments.
Also, please correct your commit msg to match the contribution guidelines
pythonPackages.robotframework-sshlibrary: init at 3.3.0
sha256 = "fc5b5db63cf63a937bd4ada1a8b7508ec8a75d9454fa75e6410cbe72fd718de9"; | ||
}; | ||
|
||
# buildInputs = [ 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.
# buildInputs = [ unittest2 ]; |
{ stdenv | ||
, buildPythonPackage | ||
, fetchPypi | ||
# , 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.
# , unittest2 |
}; | ||
|
||
# buildInputs = [ unittest2 ]; | ||
propagatedBuildInputs = [ robotframework paramiko scp ]; |
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.
propagatedBuildInputs = [ robotframework paramiko scp ]; | |
# unit tests are impure | |
doCheck = false; | |
propagatedBuildInputs = [ robotframework paramiko scp ]; |
ba0fcc7
to
ce0197f
Compare
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)