Skip to content

Commit 4fd42a0

Browse files
committed
[CI] Constraint transient test dependency on pyobjc
... to avoid problems when installing `pyobjc-framework-Metal` on macOS for Python 3.9 (wheels not available).
1 parent b9d1d55 commit 4fd42a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ test = [
5656
"tomli-w>=1.0.0",
5757
"pytest-timeout",
5858
'pytest-perf; sys_platform != "cygwin"', # workaround for jaraco/inflect#195, pydantic/pydantic-core#773 (see #3986)
59+
'pyobjc<12; sys_platform == "darwin" and python_version <= "3.9"', # workaround for #5105
5960
# for tools/finalize.py
6061
'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"',
6162
"pytest-home >= 0.5",

0 commit comments

Comments
 (0)