python310Packages.psygnal 0 -> 1 attrpath: python310Packages.psygnal 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85dmfqyfzlb1k7qwh5p636ygpn995kkq-packages.json.drv building '/nix/store/85dmfqyfzlb1k7qwh5p636ygpn995kkq-packages.json.drv'... Going to be running update for following packages: - python3.10-psygnal-0.9.0 Press Enter key to continue... Running update for: - python3.10-psygnal-0.9.0: UPDATING ... - python3.10-psygnal-0.9.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index c4a1565ccc2..79d0e0af5b2 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.0"; + version = "0.9.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-9rYG0XqwFJQojnvM5ygm1RVu9NbeFASns0llOGKaP+4="; + hash = "sha256-gn3Bzlv9hbuiwUR+vVP2gq0XLhCM5rNJr/PXyXhCuz8="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; 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 python310Packages.psygnal nix build failed. ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.2.1, pluggy-1.0.0 rootdir: /build/source, configfile: pyproject.toml, testpaths: tests collecting ...  collected 219 items / 2 errors / 2 skipped  ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_psygnal.py ____________________ ImportError while importing test module '/build/source/tests/test_psygnal.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_psygnal.py:11: in import toolz E ModuleNotFoundError: No module named 'toolz' _________________ ERROR collecting tests/test_weak_callable.py _________________ ImportError while importing test module '/build/source/tests/test_weak_callable.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_weak_callable.py:7: in import toolz E ModuleNotFoundError: No module named 'toolz' =========================== short test summary info ============================ ERROR tests/test_psygnal.py ERROR tests/test_weak_callable.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ========================= 2 skipped, 2 errors in 0.46s ========================= /nix/store/7aprjn0yf6p06krg4087sxvilfp4c8yy-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context