pip/tests/unit/metadata
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
..
test_metadata.py Update and provide fixes for mypy pre-commit (#12389) 2023-11-07 09:39:01 +00:00
test_metadata_pkg_resources.py Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading (#11111) 2022-09-10 11:28:57 +01:00