-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
python310Packages.vunit: init at 4.7.0 #233474
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/2770 |
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.
Good work!
This folder strikes me as not needed: lib/python3.10/site-packages/vunit/vhdl/JSON-for-VHDL/tests
The reason its included is likely here, and its intent seem to be to not distribute them? If you opt not to remove the tests
folder:
- This file seems to require docker:
lib/python3.10/site-packages/vunit/vhdl/JSON-for-VHDL/tests/run.sh
- This file seems to require GHDL:
lib/python3.11/site-packages/vunit/vhdl/JSON-for-VHDL/tests/ghdl/Boards2.sh
Result of nixpkgs-review pr 233474
run on x86_64-linux 1
4 packages built:
- python310Packages.vunit
- python310Packages.vunit.dist
- python311Packages.vunit
- python311Packages.vunit.dist
|
||
disabledTestPaths = [ | ||
"tests/lint" | ||
"tests/acceptance" |
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.
Please add a comment defending why this is disabled.
}: | ||
|
||
buildPythonPackage rec { | ||
pname = "vunit"; |
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.
There seems to be a naming conflict with vunit on pypi
pname = "vunit"; | |
pname = "vunit-hdl"; |
@@ -12795,6 +12795,8 @@ self: super: with self; { | |||
|
|||
vulture = callPackage ../development/python-modules/vulture { }; | |||
|
|||
vunit = callPackage ../development/python-modules/vunit { }; |
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.
vunit = callPackage ../development/python-modules/vunit { }; | |
vunit-hdl = callPackage ../development/python-modules/vunit-hdl { }; |
https://vunit.github.io/index.html VUnit: a test framework for HDL Signed-off-by: Jack Leightcap <[email protected]>
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)