Skip to content

Commit 6c372e5

Browse files
Exclude mypy on PyPy to fix CI
librt (mypyc runtime) doesn't build on PyPy, so exclude mypy from the test dependency group when running on PyPy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 450ff7a commit 6c372e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setuptools-scm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test = [
7575
"pytest-xdist",
7676
"rich",
7777
"ruff",
78-
"mypy",
78+
"mypy; implementation_name != 'pypy'",
7979
'typing-extensions; python_version < "3.11"',
8080
"griffe",
8181
"griffe-public-wildcard-imports",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)