We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d1d55 + 4fd42a0 commit d198e86Copy full SHA for d198e86
pyproject.toml
@@ -56,6 +56,7 @@ test = [
56
"tomli-w>=1.0.0",
57
"pytest-timeout",
58
'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
60
# for tools/finalize.py
61
'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"',
62
"pytest-home >= 0.5",
0 commit comments