pip/tests/lib
Damian Shaw 2a0acb595c
Update and provide fixes for mypy pre-commit (#12389)
* Update mypy to 1.6.1

* Fix mypy "Source file found twice under different module names" error

* Ignore type of intialized abstract class in tests

* Use more specific type ignore method-assign

* Type ignore for message.get_all

* Remove unused type ignore

* Add SizedBuffer type for xmlrpc.client.Transport subclass

* Add Self type for RequestHandlerClass in test

* Add type ignore for shutil.rmtree onexc handler

* Quote SizedBuffer

* Add news entry

* Remove no longer correct comment

* Update self import

* Also ignore type onerror=handler

* Update news entry

* Update news entry
2023-11-07 09:39:01 +00:00
..
__init__.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
certs.py Remove uses of `utcnow` in non-vendored code (#12006) 2023-08-31 09:28:31 +01:00
compat.py Avoid importing things from conftest 2023-05-09 15:43:53 +08:00
configuration_helpers.py Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
direct_url.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
filesystem.py Drop out-of-tree/in-tree build transition flags 2022-04-08 12:20:36 +01:00
git_submodule_helpers.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
index.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
local_repos.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
options_helpers.py Replace deprecated setup/teardown usage 2023-01-27 22:00:50 +03:00
requests_mocks.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
server.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
test_lib.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
test_wheel.py Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
venv.py Fix Pytest --use-venv init 2023-07-04 15:53:01 +08:00
wheel.py Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00