We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe584b commit 2a95f57Copy full SHA for 2a95f57
importlib_resources/tests/test_files.py
@@ -70,7 +70,7 @@ def test_non_paths_in_dunder_path(self):
70
to cause the ``PathEntryFinder`` to be called when searching
71
for packages. In that case, resources should still be loadable.
72
"""
73
- import namespacedata01
+ import namespacedata01 # type: ignore[import-not-found]
74
75
namespacedata01.__path__.append(
76
'__editable__.sample_namespace-1.0.finder.__path_hook__'
pyproject.toml
@@ -74,7 +74,3 @@ type = [
[tool.setuptools_scm]
77
-
78
79
-[tool.pytest-enabler.mypy]
80
-# Disabled due to jaraco/skeleton#143
0 commit comments