Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase Running phase: unpackPhase unpacking source archive /nix/store/bx7p2kcfcplgrn0vq22l9jv4k66k7xqv-pymol-cli source root is pymol-cli setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "pymol-cli/tests/test_main.py" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... * Building wheel... Successfully built pymol_cli-0.1.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pymol_cli-0.1.0-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed pymol_cli-0.1.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0 checking for references to /build/ in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0... patching script interpreter paths in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0 stripping (with command strip and flags -S -p) in /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/lib /nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist checking for references to /build/ in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist... patching script interpreter paths in /nix/store/614fvb7cysbq2b8k39fw4dq86hzvzxbl-pymol-cli-0.1.0-dist Rewriting #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6/bin/python3.14 to #!/nix/store/gxzhl7aaiid7zp3y47jqqiq7zg5mqpwp-python3-3.14.6 wrapping `/nix/store/d2j36mzwqb85n52x08ly2kga59xxgcyp-pymol-cli-0.1.0/bin/pymol-cli'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: pymol_cli Running phase: pytestCheckPhase Executing pytestCheckPhase 5 files already formatted UP022 Prefer `capture_output` over sending `stdout` and `stderr` to `PIPE` --> pymol_cli/main.py:496:20 | 494 | return 495 | if not ns.foreground: 496 | run_proc = subprocess.run( | ____________________^ 497 | | ["pueue", "add", "--print-task-id", "--", *command], 498 | | check=False, 499 | | text=True, 500 | | stdout=subprocess.PIPE, 501 | | stderr=subprocess.PIPE, 502 | | ) | |_________^ 503 | if run_proc.returncode != 0: 504 | raise CLIError(run_proc.stderr.strip() or "pueue launch failed") | help: Replace with `capture_output` keyword argument Found 1 error. No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).