Skip to content

Fix deprecated pipes module#1580

Merged
roberth merged 1 commit into
NixOS:masterfrom
fsagbuya:fix_pipes
Dec 28, 2025
Merged

Fix deprecated pipes module#1580
roberth merged 1 commit into
NixOS:masterfrom
fsagbuya:fix_pipes

Conversation

@fsagbuya

Copy link
Copy Markdown
Contributor

Fix pipes deprecation in Python 3.13, see PEP 594.

> nixops
Traceback (most recent call last):
  File "/nix/store/kflgqvvc23cr4s3sgma6zdcinzn24rkc-nixops-1.7-unstable-2024-02-28/bin/.nixops-wrapped", line 6, in <module>
    from nixops.__main__ import main
  File "/nix/store/kflgqvvc23cr4s3sgma6zdcinzn24rkc-nixops-1.7-unstable-2024-02-28/lib/python3.13/site-packages/nixops/__main__.py", line 35, in <module>
    from nixops.script_defs import setup_logging
  File "/nix/store/kflgqvvc23cr4s3sgma6zdcinzn24rkc-nixops-1.7-unstable-2024-02-28/lib/python3.13/site-packages/nixops/script_defs.py", line 25, in <module>
    import pipes
ModuleNotFoundError: No module named 'pipes'

@fsagbuya fsagbuya changed the title Fix deprecated pipes module Fix deprecated pipes module Dec 16, 2025
@roberth

roberth commented Dec 28, 2025

Copy link
Copy Markdown
Member

Unrelated CI failure; merging optimistically

Thank you!

@roberth roberth merged commit fd4b803 into NixOS:master Dec 28, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants