-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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.python-lsp-server: fix build #183862
python3Packages.python-lsp-server: fix build #183862
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.
The postPatch
section can be removed now, since those lines were moved to pyproject.toml
in 1.5.0 (see python-lsp/python-lsp-server#207) but you added pytest-cov
anyway which removes the need for those lines afaik
If the --junitxml=pytest.xml
and mccabe
lines are still relevant, though, setup.cfg
should be changed to pyproject.toml
on line 55
Result of 2 packages failed to build:
14 packages built:
|
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.
spyder
was already failing due to a bad version requirement, this fix LGTM! ❤️
Description of changes
Failed to load hook pylsp_completions: 'NoneType' object has no attribute 'type'
when working with Numpy 1.23 python-lsp/python-lsp-server#243)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