python310Packages.deap 0 -> 1 attrpath: python310Packages.deap 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/ils882nnh9hnrnzq2d01zn71vjhjlj2c-packages.json.drv building '/nix/store/ils882nnh9hnrnzq2d01zn71vjhjlj2c-packages.json.drv'... Going to be running update for following packages: - python3.10-deap-1.3.3 Press Enter key to continue... Running update for: - python3.10-deap-1.3.3: UPDATING ... - python3.10-deap-1.3.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/deap/default.nix b/pkgs/development/python-modules/deap/default.nix index a6e90119920..4f0d493c0f8 100644 --- a/pkgs/development/python-modules/deap/default.nix +++ b/pkgs/development/python-modules/deap/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "deap"; - version = "1.3.3"; + version = "1.4.1"; src = fetchPypi { inherit pname version; - hash = "sha256-h3LxsP/wQtXlFrCuusLHBiQwRap9DejguGWPOAGBzzE="; + hash = "sha256-zAHemJLfp9G8mAPasoiS/q0XfwGCyB20c2CiQOrXeP8="; }; propagatedBuildInputs = [ numpy matplotlib ]; 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.deap nix build failed. test_statistics_compile (test_statistics.LogbookTest) ... ok ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pytest') ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/psf6v406hjgb1iym8rrgr2dn1nkwy94r-python3.10-nose-1.3.7/lib/python3.10/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/nix/store/psf6v406hjgb1iym8rrgr2dn1nkwy94r-python3.10-nose-1.3.7/lib/python3.10/site-packages/nose/loader.py", line 416, in loadTestsFromName module = self.importer.importFromPath( File "/nix/store/psf6v406hjgb1iym8rrgr2dn1nkwy94r-python3.10-nose-1.3.7/lib/python3.10/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/nix/store/psf6v406hjgb1iym8rrgr2dn1nkwy94r-python3.10-nose-1.3.7/lib/python3.10/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/imp.py", line 235, in load_module return load_source(name, filename, file) File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/imp.py", line 172, in load_source module = _load(spec) File "", line 719, in _load File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/build/deap-1.4.1/tests/test_algorithms.py", line 19, in import pytest ModuleNotFoundError: No module named 'pytest' ---------------------------------------------------------------------- Ran 42 tests in 3.294s FAILED (errors=1)