1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/lib
Jon Dufresne 6874e88ada Remove unnecessary method Path.__hash__
Only calls the parent implementation, so rely on inheritance.
2021-02-23 15:20:53 -08:00
..
__init__.py Drop python2 related stuff in tests 2021-02-23 13:49:59 +03:00
certs.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
compat.py Prefer stdlib contextlib over contextlib2 when available 2021-02-19 04:13:33 -08:00
configuration_helpers.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
filesystem.py Revert "remove _copy_source_tree and friends" 2020-05-13 02:50:10 +05:30
git_submodule_helpers.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
index.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
local_repos.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
options_helpers.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
path.py Remove unnecessary method Path.__hash__ 2021-02-23 15:20:53 -08:00
requests_mocks.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
server.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
test_lib.py Convert more str.format() calls to f-strings 2021-02-13 09:27:17 +03:00
test_wheel.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
venv.py Refactor a confusing int to str conversion 2021-02-10 14:42:28 +03:00
wheel.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00