Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipes.quote Deprecated #45

Closed
sranasir opened this issue Mar 11, 2025 · 1 comment
Closed

pipes.quote Deprecated #45

sranasir opened this issue Mar 11, 2025 · 1 comment

Comments

@sranasir
Copy link
Contributor

sranasir commented Mar 11, 2025

As mentioned in xolox/python-coloredlogs#120, the pipes module has been deprecated now in Python 3.13, causing Sciunit execution to fail for new systems with the latest Python version. pipes.quote is frequently used in Sciunit for escaping arguments strings coming the shell. It is recommended that they should be replaced with shlex.quote from the shlex package.

@sranasir sranasir changed the title pipes.quote deprecated pipes.quote Deprecated Mar 11, 2025
@sranasir
Copy link
Contributor Author

This has been resolved by #44.

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

No branches or pull requests

1 participant