1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Paul Moore 8a101321f6 Another attempt to fix encoding issues (#4486)
When reading bytes from subprocesses, use the locale encoding. Don't fail if the data is encoded incorrectly - instead, use the backslashreplace error handler (and warn the user).
2017-05-27 22:02:08 +01:00
..
data Merge branch 'master' into pep518 2017-05-19 11:04:32 +01:00
functional Merge branch 'master' into pep518 2017-05-19 11:04:32 +01:00
lib Sort all imports 2017-05-16 15:47:47 +05:30
scripts Sort all imports 2017-05-16 15:47:47 +05:30
unit Another attempt to fix encoding issues (#4486) 2017-05-27 22:02:08 +01:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Mark network tests as flaky 2017-05-19 08:48:45 +05:30