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

tarfile filters DeprecationWarning #87

Closed
2 tasks done
jaimergp opened this issue Jun 24, 2024 · 2 comments · Fixed by #96
Closed
2 tasks done

tarfile filters DeprecationWarning #87

jaimergp opened this issue Jun 24, 2024 · 2 comments · Fixed by #96
Assignees

Comments

@jaimergp
Copy link
Contributor

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

conda-build's CI is plagued with warnings like this:

DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.

conda-package-streaming should start adding the filter option explicitly for Python 3.12+.

Conda Info

N/A

Conda Config

N/A

Conda list

N/A

Additional Context

See conda/conda-build#5281

@dholth
Copy link
Contributor

dholth commented Jul 29, 2024

IIUC we are doing this weird thing instead of filter. Besides having two implementations this should be a helpful change.

@dholth
Copy link
Contributor

dholth commented Jul 31, 2024

It looks like we could use the most restrictive data_filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏁 Done
Development

Successfully merging a pull request may close this issue.

2 participants