-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
python: updates and fixes #35198
python: updates and fixes #35198
Conversation
Thanks. Prov changes look good to me. Looking through that list, a number of packages I work with have failed due to scipy taking too long. |
One of the commtis actually replaces python-termstyle by termstyle, which is a good thing in my opinion. |
Hydra job at https://hydra.nixos.org/eval/1434873 for ae66b64 |
Didn't you fix natsort somewhere? |
I think I'm done here for now. Can you start another Hydra job? |
@rybern I had to mark pomegranate as broken. See jmschrei/pomegranate#209. |
Another job at https://hydra.nixos.org/eval/1435157. Note that I rebased on staging. |
Tests do not actually take 60 minutes.
A coverage report is definitely not needed for Nixpkgs.
This fixes the build failure by adding a missing dependency and because 0.8.11 allows a newer version of ukpostcodeparser.
This applies the following patch: pytest-dev/pytest-mock#107
"pomegranate does not yet work with networkx 2.0"
@garbas @domenkozar Is it okay that I removed mysql_connector_repackaged? It is currently broken and grepping through Nixpkgs didn't yield any dependents. You can use mysql-connector instead. |
setup.py specifies python_requires='>=3'
Package has last been updated in 2012. There is now also pythonPackages.mysql-connector.
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
@dotlambda ok by me. |
Motivation for this change
Fix some broken Python packages from https://hydra.nixos.org/eval/1434362#tabs-still-fail
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)/cc bibtexparser maintainer @FRidh
/cc curtsies maintainer @flokli
/cc dbf maintainer @vrthra
/cc prov maintainer @ashgillman