python3Packages.optree: 0.14.1 -> 0.17.0

https://github.com/metaopt/optree/releases

This commit was automatically generated using update-python-libraries.

Changed files
+6 -2
pkgs
development
python-modules
optree
+6 -2
pkgs/development/python-modules/optree/default.nix
···
buildPythonPackage rec {
pname = "optree";
-
version = "0.14.1";
+
version = "0.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "metaopt";
repo = "optree";
tag = "v${version}";
-
hash = "sha256-5PIe/mXPNohwM0oNT/zSPmNUycjXuujtIFCki5t7V1I=";
+
hash = "sha256-4ZkUdGF+Fauy6KWbyrGQ684Ay5XlFT2S2I9lv/1KeWs=";
};
dontUseCmakeConfigure = true;
···
disabledTests = [
# Fails because the 'test_treespec' module can't be found
"test_treespec_pickle_missing_registration"
+
# optree import during tests raises CalledProcessError
+
"test_warn_deprecated_import"
+
"test_import_no_warnings"
+
"test_treespec_construct"
];
pythonImportsCheck = [ "optree" ];