python310Packages.cron-descriptor 0 -> 1 attrpath: python310Packages.cron-descriptor 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/vhza13vkng4bn09374nqmfmcpjgcs46i-packages.json.drv building '/nix/store/vhza13vkng4bn09374nqmfmcpjgcs46i-packages.json.drv'... Going to be running update for following packages: - python3.10-cron_descriptor-1.2.30 Press Enter key to continue... Running update for: - python3.10-cron_descriptor-1.2.30: UPDATING ... - python3.10-cron_descriptor-1.2.30: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/cron-descriptor/default.nix b/pkgs/development/python-modules/cron-descriptor/default.nix index 5c2b0e8ba88..4d549c1f840 100644 --- a/pkgs/development/python-modules/cron-descriptor/default.nix +++ b/pkgs/development/python-modules/cron-descriptor/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "cron_descriptor"; - version = "1.2.30"; + version = "1.2.35"; src = fetchFromGitHub { owner = "Salamek"; repo = "cron-descriptor"; rev = "refs/tags/${version}"; - sha256 = "sha256-Qei9f0HlIu5sautMEASvxdUqZyXKvHDWJgd3oST1gJo="; + sha256 = "sha256-m+h91cddmEPHCeUWWNpTvb89mFwm8ty8tTnw3YDjCFo="; }; # remove tests_require, as we don't do linting anyways 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.cron-descriptor nix build failed. writing requirements to cron_descriptor.egg-info/requires.txt writing top-level names to cron_descriptor.egg-info/top_level.txt reading manifest file 'cron_descriptor.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'locale' adding license file 'LICENSE' writing manifest file 'cron_descriptor.egg-info/SOURCES.txt' running build_ext tests (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: tests (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests Traceback (most recent call last): File "/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/source/tests/__init__.py", line 23, in from tests.TestLocale import TestLocale File "/build/source/tests/TestLocale.py", line 25, in from mock import patch ModuleNotFoundError: No module named 'mock' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: