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

EncodingWarning when PYTHONWARNDEFAULTENCODING #577

Closed
jaraco opened this issue Feb 9, 2023 · 1 comment · Fixed by #578
Closed

EncodingWarning when PYTHONWARNDEFAULTENCODING #577

jaraco opened this issue Feb 9, 2023 · 1 comment · Fixed by #578

Comments

@jaraco
Copy link
Member

jaraco commented Feb 9, 2023

  /Users/jaraco/code/jaraco/jaraco.net/.tox/python/lib/python3.11/site-packages/build/env.py:201: EncodingWarning: 'encoding' argument not specified
    with tempfile.NamedTemporaryFile('w+', prefix='build-reqs-', suffix='.txt', delete=False) as req_file:
jaraco added a commit that referenced this issue Feb 9, 2023
* Specify encoding. Fixes failures when PYTHONWARNDEFAULTENCODING=1. Fixes #577.

* Enable default encoding warning where available. See PEP 597.
@jaraco
Copy link
Member Author

jaraco commented May 11, 2023

I'm still getting these warnings.

@jaraco jaraco mentioned this issue May 11, 2023
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 a pull request may close this issue.

1 participant