Skip to content

Commit d198e86

Browse files
authored
Merge pull request #5107 from abravalheri/workaround-macos
[CI] Constraint transient test dependency on `pyobjc`
2 parents b9d1d55 + 4fd42a0 commit d198e86

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)