Skip to content

Commit e04f9b6

Browse files
committed
pyproject: add cffi to dev dependency group
This enables us to install the appropriate pinned version without having to take any additional action.
1 parent 283536c commit e04f9b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ build-backend = "setuptools.build_meta:__legacy__"
4343

4444
[dependency-groups]
4545
dev = [
46+
"cffi>=1.17.0 ; platform_python_implementation != 'PyPy'",
4647
"hypothesis==6.111.0",
4748
"mypy>=1.17.1",
4849
"pytest>=8.4.1",
@@ -70,7 +71,6 @@ test-command = [
7071
"PYTHON_ZSTANDARD_IMPORT_POLICY=cffi pytest -v --numprocesses=auto",
7172
]
7273
test-groups = ["dev"]
73-
test-requires = ["cffi"]
7474
test-sources = ["tests"]
7575

7676
[tool.cibuildwheel.linux]

uv.lock

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

0 commit comments

Comments
 (0)