python310Packages.aiopvpc 0 -> 1 attrpath: python310Packages.aiopvpc 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/708ji7v76hzcn9848iz1ccxk1sank0q1-packages.json.drv building '/nix/store/708ji7v76hzcn9848iz1ccxk1sank0q1-packages.json.drv'... Going to be running update for following packages: - python3.10-aiopvpc-3.0.0 Press Enter key to continue... Running update for: - python3.10-aiopvpc-3.0.0: UPDATING ... - python3.10-aiopvpc-3.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiopvpc/default.nix b/pkgs/development/python-modules/aiopvpc/default.nix index 032bf995a7d..822e78dfaf2 100644 --- a/pkgs/development/python-modules/aiopvpc/default.nix +++ b/pkgs/development/python-modules/aiopvpc/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "aiopvpc"; - version = "3.0.0"; + version = "4.0.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "azogue"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-eTCQddoZIaCs7iKGNBC8aSq6ek4vwYXgIXx35UlME/k="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-E5z74/5VuFuOyAfeT4PQlHUNOiVT4sPgOdxoAIIymxU="; }; 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 python310Packages.aiopvpc nix build failed. collecting ...  collected 40 items / 1 error / 5 deselected / 35 selected  ==================================== ERRORS ==================================== ________________ ERROR collecting tests/test_real_api_calls.py _________________ ImportError while importing test module '/build/source/tests/test_real_api_calls.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/96mm3zbb0f3gdxd2fv7ml4xsskxw90q8-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/python.py:608: in _importtestmodule mod = import_path(self.path, mode=importmode, root=self.config.rootpath) /nix/store/96mm3zbb0f3gdxd2fv7ml4xsskxw90q8-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/pathlib.py:533: in import_path importlib.import_module(module_name) /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1050: in _gcd_import ??? :1027: in _find_and_load ??? :1006: in _find_and_load_unlocked ??? :688: in _load_unlocked ??? /nix/store/96mm3zbb0f3gdxd2fv7ml4xsskxw90q8-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:168: in exec_module exec(co, module.__dict__) tests/test_real_api_calls.py:9: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' =========================== short test summary info ============================ ERROR tests/test_real_api_calls.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================== 5 deselected, 1 error in 0.17s ========================