python311Packages.asana 0 -> 1 attrpath: python311Packages.asana 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/146wh9hwvyq5in1c72gms0xjjn84blic-packages.json.drv building '/nix/store/146wh9hwvyq5in1c72gms0xjjn84blic-packages.json.drv'... Going to be running update for following packages: - python3.11-asana-5.0.3 Press Enter key to continue... Running update for: - python3.11-asana-5.0.3: UPDATING ... - python3.11-asana-5.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/asana/default.nix b/pkgs/development/python-modules/asana/default.nix index a37a70844d6e..7936afd212cb 100644 --- a/pkgs/development/python-modules/asana/default.nix +++ b/pkgs/development/python-modules/asana/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asana"; - version = "5.0.3"; + version = "5.0.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "asana"; repo = "python-asana"; rev = "refs/tags/v${version}"; - hash = "sha256-9F63DvwMh9NwlTqFuhiXfgRRRxAFjjRYmYzsuOhlQJ0="; + hash = "sha256-JImwcquR5crr48P1nnO3P36kJLgS3jzTlEDV18qntRg="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.asana nix build failed. ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 rootdir: /build/source collecting ...  collected 186 items / 2 errors  ==================================== ERRORS ==================================== ______________ ERROR collecting build_tests/test_projects_api.py _______________ ImportError while importing test module '/build/source/build_tests/test_projects_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/7wz6hm9i8wljz0hgwz1wqmn2zlbgavrq-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) build_tests/test_projects_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' ________________ ERROR collecting build_tests/test_tasks_api.py ________________ ImportError while importing test module '/build/source/build_tests/test_tasks_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/7wz6hm9i8wljz0hgwz1wqmn2zlbgavrq-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) build_tests/test_tasks_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' =========================== short test summary info ============================ ERROR build_tests/test_projects_api.py ERROR build_tests/test_tasks_api.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.29s =============================== /nix/store/c8dj731bkcdzhgrpawhc8qvdgls4xfjv-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context