-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
Add python-modules/re-wx 0.0.10 #206829
base: master
Are you sure you want to change the base?
Add python-modules/re-wx 0.0.10 #206829
Conversation
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.
I get the following error when building on master
with nixpkgs-review
:
py.test: command not found
checkInputs = [ pytest ]; | ||
checkPhase = '' | ||
# py.test tests/test_components/test_gauge.py # ModuleNotFoundError: No module named 'pip._vendor.contextlib2' | ||
# py.test tests/test_components/test_staticbitmap.py # ModuleNotFoundError: No module named 'pip._vendor.contextlib2' | ||
# py.test tests/test_components/test_textctrl.py # SystemExit: Unable to access the X Display | ||
py.test tests/test_create_element.py | ||
# py.test tests/test_nested_components.py # SystemExit: Unable to access the X Display | ||
# py.test tests/test_widgets.py # SystemExit: Unable to access the X Display | ||
''; |
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 use pytestCheckHook instead
|
||
src = fetchPypi { | ||
inherit pname version; | ||
sha256 = "750d28e1987cb58ea580bee3b63178f5a1ee483a32682f95455628fe7429117e"; |
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 update this to the new hash format, on the form hash = "sha256-xxx...";
|
||
buildPythonPackage rec { | ||
pname = "re-wx"; | ||
version = "0.0.10"; |
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.
version = "0.0.10"; | |
version = "0.0.10"; | |
format = "setuptools"; |
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/
)nixos/doc/manual/md-to-db.sh
to update generated release notes