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

pythonPackages.magic-wormhole: enable tests #20722

Merged
merged 1 commit into from Nov 26, 2016

Conversation

garbas
Copy link
Member

@garbas garbas commented Nov 25, 2016

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@garbas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

@garbas garbas mentioned this pull request Nov 25, 2016
7 tasks
@garbas garbas merged commit b09435e into NixOS:master Nov 26, 2016
@garbas garbas deleted the fix-magix-warmhole branch November 26, 2016 03:55
@FRidh
Copy link
Member

FRidh commented Nov 26, 2016

@asymmetric @garbas now I am getting really confused here. Is this an application or a library?
If it is an application, it shouldn't be in python-modules and python-packages.nix but somewhere else in the tree.

@FRidh
Copy link
Member

FRidh commented Nov 26, 2016

18637d8

@asymmetric
Copy link
Contributor

@FRidh @garbas It's a CLI tool and a library.

@garbas
Copy link
Member Author

garbas commented Nov 27, 2016

@FRidh as said also by @asymmetric magic-wormhole is also cli tool.

should i move magic-workhole into its original position before your 18637d8 commit?

FRidh added a commit that referenced this pull request May 3, 2017
- fixes build
- use buildPythonPackage and pass in individual packages

As mentioned in #20722 this
packages is both an application and a library.

If a package is both then we use buildPythonPackage and put it in
python-packages.nix. That way we can guarantee we use the correct
version of dependencies when using it as a library. Unfortunately, it
does mean the name of the package is prefixed with `pythonX.X-`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants