python311Packages.albumentations 0 -> 1 attrpath: python311Packages.albumentations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-albumentations-1.3.1 Press Enter key to continue... Running update for: - python3.11-albumentations-1.3.1: UPDATING ... - python3.11-albumentations-1.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/albumentations/default.nix b/pkgs/development/python-modules/albumentations/default.nix index e2104641b78d..69b76c4d01db 100644 --- a/pkgs/development/python-modules/albumentations/default.nix +++ b/pkgs/development/python-modules/albumentations/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "albumentations"; - version = "1.3.1"; + version = "1.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-pqODiP5UbFaAcejIL0FEmOhsntA8CLWOeoizHPeiRMY="; + hash = "sha256-ZJ+KFIlveIs1bsxwCDxPuRvtq0/04rOa0heoJOGJ3tA="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.albumentations nix build failed. Check whether the following modules can be imported: albumentations @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/albumentations-1.4.0 collecting ...  collecting 804 items  collecting 965 items  collecting 1847 items / 1 error  collected 1847 items / 1 error / 629 deselected / 1218 selected  ==================================== ERRORS ==================================== _________________ ERROR collecting tests/test_serialization.py _________________ ImportError while importing test module '/build/albumentations-1.4.0/tests/test_serialization.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_serialization.py:8: in from deepdiff import DeepDiff E ModuleNotFoundError: No module named 'deepdiff' =============================== warnings summary =============================== tests/conftest.py:24 /build/albumentations-1.4.0/tests/conftest.py:24: UserWarning: Tests that require PyTorch and torchvision were skipped because those libraries are not installed. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_serialization.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ============ 629 deselected, 1 warning, 1 error in 62.98s (0:01:02) ============ /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context