summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-05-09 12:52:35 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-05-09 12:52:35 +0200
commit2e1ada5f75b74ea181c786550e9e858c02c66547 (patch)
tree24749cb039b171df2690edec2e8cbd2428428eac
parent1780e505f698e9c9eb6e29398a209298444d432a (diff)
downloadsetuptools-scm-2e1ada5f75b74ea181c786550e9e858c02c66547.tar.gz
typing fixup
-rw-r--r--testing/test_regressions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_regressions.py b/testing/test_regressions.py
index 018f37e..44cc3c0 100644
--- a/testing/test_regressions.py
+++ b/testing/test_regressions.py
@@ -90,7 +90,7 @@ def test_case_mismatch_on_windows_git(tmp_path: Path) -> None:
def test_entrypoints_load() -> None:
- d = distribution("setuptools-scm") # type: ignore [no-untyped-call]
+ d = distribution("setuptools-scm")
eps = d.entry_points
failed: list[tuple[EntryPoint, Exception]] = []