-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
pythonPackages.denonavr: init at 0.7.10 #78012
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
Conversation
863724f
to
2000260
Compare
@jonringer: Thanks! This was my first one to fixup |
doCheck = true; | ||
checkInputs = [ tox ]; |
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.
we don't need tox in nix, nix does that for us (abstracts over python version), instead:
checkInputs = [ pytest ];
checkPhase = ''
pytest tests
'';
2000260
to
cc0c3e6
Compare
Thanks, fixed up. Tests run now, had to add another checkInput for it. |
cc0c3e6
to
ea4bf26
Compare
Let me know if this is an okay approach, otherwise I will have to package pypi/project/html just for testing this under python2.7. |
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.
diff LGTM
commit LGTM
has tests 👍
[5 built, 0.0 MiB DL]
https://github.com/NixOS/nixpkgs/pull/78012
3 package built:
python27Packages.denonavr python37Packages.denonavr python38Packages.denonavr
@GrahamcOfBorg build python27Packages.denonavr python37Packages.denonavr python38Packages.denonavr |
darwin builds are timing out, if it's broken, we will revisit it :) |
Motivation for this change
This is used by home-assistant when one of the denon components is used.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)