Skip to content
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

Closed

Conversation

talkara
Copy link
Contributor

@talkara talkara commented Jun 10, 2019

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@talkara talkara requested a review from FRidh as a code owner June 10, 2019 12:04
@FRidh
Copy link
Member

FRidh commented Jun 10, 2019

Please rebase instead of using a merge.

Copy link
Contributor

@worldofpeace worldofpeace left a 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 ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# buildInputs = [ unittest2 ];

{ stdenv
, buildPythonPackage
, fetchPypi
# , unittest2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# , unittest2

};

# buildInputs = [ unittest2 ];
propagatedBuildInputs = [ robotframework paramiko scp ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
propagatedBuildInputs = [ robotframework paramiko scp ];
# unit tests are impure
doCheck = false;
propagatedBuildInputs = [ robotframework paramiko scp ];

@talkara talkara force-pushed the python-modules/robotframework-sshlibrary branch from ba0fcc7 to ce0197f Compare June 18, 2019 05:37
@talkara talkara deleted the python-modules/robotframework-sshlibrary branch September 2, 2019 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants