python310Packages.imread 0 -> 1 attrpath: python310Packages.imread 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] this derivation will be built: /nix/store/hxxp3jfn6s5cra4b6zv53rj3hvbg47vc-packages.json.drv building '/nix/store/hxxp3jfn6s5cra4b6zv53rj3hvbg47vc-packages.json.drv'... Going to be running update for following packages: - python3.10-python-imread-0.7.4 Press Enter key to continue... Running update for: - python3.10-python-imread-0.7.4: UPDATING ... - python3.10-python-imread-0.7.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/imread/default.nix b/pkgs/development/python-modules/imread/default.nix index 9d5ea1bebd20..4e3b4294991c 100644 --- a/pkgs/development/python-modules/imread/default.nix +++ b/pkgs/development/python-modules/imread/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "python-imread"; - version = "0.7.4"; + version = "0.7.5"; src = fetchPypi { inherit version; pname = "imread"; - sha256 = "0kvlpy62vc16i0mysv1b2gv746in41q75hb815q6h8d227psv1q4"; + sha256 = "sha256-GiWpA128GuLlbBW1CQQHHVVeoZfu9Yyh2RFzSdtHDbc="; }; 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.imread nix build failed. dist.run_commands() File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/dist.py", line 989, in run_command super().run_command(command) File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/command/test.py", line 223, in run self.run_tests() File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/command/test.py", line 226, in run_tests test = unittest.main( File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/main.py", line 100, in __init__ self.parseArgs(argv) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/main.py", line 124, in parseArgs self._do_discovery(argv[2:]) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/main.py", line 244, in _do_discovery self.createTests(from_discovery=True, Loader=Loader) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/main.py", line 154, in createTests self.test = loader.discover(self.start, self.pattern, self.top) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 349, in discover tests = list(self._find_tests(start_dir, pattern)) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 405, in _find_tests tests, should_recurse = self._find_test_path( File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 483, in _find_test_path tests = self.loadTestsFromModule(package, pattern=pattern) File "/nix/store/68ihda5zzb37dd7azxaby1rlikaimd20-python3.10-setuptools-68.2.2/lib/python3.10/site-packages/setuptools/command/test.py", line 57, in loadTestsFromModule tests.append(self.loadTestsFromName(submodule)) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 205, in loadTestsFromName test = obj() TypeError: imread() missing 1 required positional argument: 'filename'