EncodeWarning's when running on python >= 3.11
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 38/100
Research direction
Reproduce with PYTHONWARNDEFAULTENCODING=true on Python 3.11 or newer, then inspect invoke/runners.py and yamllint/config.py from the reported paths. Determine which warning comes from Invoke and which comes from yamllint; done means the reported stderr warnings are addressed without changing command behavior.
Written by the indexing model from the issue text.
Description
If PYTHONWARNDEFAULTENCODING environment variable is set to true; following 2 warnings are printed to stderr:
/Users/rasjani/src/omat/diff-filter/venv/lib/python3.11/site-packages/invoke/runners.py:1674: EncodingWarning: UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.
encoding = locale.getpreferredencoding(False)
/Users/rasjani/src/omat/diff-filter/venv/lib/python3.11/site-packages/yamllint/config.py:41: EncodingWarning: 'encoding' argument not specified
with open(file) as f:
- Dominant language
- Python
- Stars
- 4.8k
- Forks
- 412
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from pyinvoke/invoke
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100