-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
python3Packages.wagtail: init at 4.2 #218587
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/1946 |
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 cannot use python3* in pythonPackages because it mixes python versions.
pkgs/development/python-modules/azure-mgmt-frontdoor/default.nix
Outdated
Show resolved
Hide resolved
dontBuild = true; | ||
dontInstall = true; | ||
|
||
# pythonImportsCheck is not used because it requires a Django app |
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 should move that into the default.nix
If there is no patch available for lxml upstream, please mark it broken or disabled. |
I got this error when trying
|
f0a61c8
to
c92177e
Compare
I ran the tests again and now Python 3.11 tests pass just fine. |
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/2005 |
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 36 packages built:
The following issues got detected with the above build packages.
python310Packages.l18n.dist:
got build log for '/nix/store/szfi84x0yl5601rp8jh7h0liyzajl50h-python3.10-l18n-2021.3-dist' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md
warning: unused-argument
got build log for '/nix/store/rv0kk47x22v220pnpbx5b5517gwqydk2-python3.10-l18n-2021.3' from 'daemon'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/no-python-tests.md
warning: unused-argument
got build log for '/nix/store/jxzjiilhaacwx860y64inzjvdvi0s95g-python3.11-l18n-2021.3-dist' from 'daemon'
warning: unused-argument
got build log for '/nix/store/j4j1i7s43gpvcccnf5skw5v7f4506i8s-python3.11-l18n-2021.3' from 'daemon'
warning: unused-argument
|
Description of changes
Add the Wagtail CMS along with its dependencies.
I think tests with Python 3.11 are failing because lxml (a dependency of draftjs_exporter) doesn’t seem to support this version of Python yet. Should I disable the package for Python 3.11?
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/
)