From 9e518551b6e1a2d3ba95b8a0625ee26fb468cb6d Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 18 Sep 2024 12:49:31 -0400 Subject: [PATCH] bump jaraco.test to py.typed version 5.5 in test extra --- mypy.ini | 9 ++++++--- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index 7de7e5a508..6462b5afaf 100644 --- a/mypy.ini +++ b/mypy.ini @@ -41,15 +41,18 @@ disable_error_code = import-not-found # - support for `SETUPTOOLS_USE_DISTUTILS=stdlib` is dropped (#3625) # for setuptools to import `_distutils` directly # - or non-stdlib distutils typings are exposed +[mypy-distutils.*] +ignore_missing_imports = True +# - wheel: does not intend on exposing a programmatic API https://github.com/pypa/wheel/pull/610#issuecomment-2081687671 +[mypy-wheel.*] +ignore_missing_imports = True # - The following are not marked as py.typed: # - jaraco.develop: https://github.com/jaraco/jaraco.develop/issues/22 # - jaraco.envs: https://github.com/jaraco/jaraco.envs/issues/7 # - jaraco.packaging: https://github.com/jaraco/jaraco.packaging/issues/20 # - jaraco.path: https://github.com/jaraco/jaraco.path/issues/2 -# - jaraco.test: https://github.com/jaraco/jaraco.test/issues/7 # - jaraco.text: https://github.com/jaraco/jaraco.text/issues/17 -# - wheel: does not intend on exposing a programmatic API https://github.com/pypa/wheel/pull/610#issuecomment-2081687671 -[mypy-distutils.*,jaraco.develop,jaraco.envs,jaraco.packaging.*,jaraco.path,jaraco.test.*,jaraco.text,wheel.*] +[mypy-jaraco.develop,jaraco.envs,jaraco.packaging.*,jaraco.path,jaraco.text] ignore_missing_imports = True # Even when excluding a module, import issues can show up due to following import diff --git a/pyproject.toml b/pyproject.toml index 49206410ce..4661d39de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ # workaround for pypa/setuptools#4333 "pyproject-hooks!=1.1", - "jaraco.test", + "jaraco.test>=5.5", # py.typed ] doc = [