test_ok1/src
Ran Benita ad1bccdead pytester: avoid EncodingWarning from `locale.getpreferredencoding`
When running `tox -e py-lsof` I get a deluge of this warning:

```
src/pytest/.tox/py-lsof-numpy-pexpect/lib/python3.11/site-packages/_pytest/pytester.py:130: EncodingWarning: UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.
```

Use `locale.getencoding` instead.
2023-11-28 17:40:58 +02:00
..
_pytest pytester: avoid EncodingWarning from `locale.getpreferredencoding` 2023-11-28 17:40:58 +02:00
pytest [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-08-21 08:03:06 +00:00
py.py Explicitly export error and path from py 2023-11-14 07:29:40 -03:00