Skip to content

Commit 765fac9

Browse files
committed
missing package for osx, skipping check
1 parent f2a4044 commit 765fac9

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

recipes/pywebview/recipe.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@ requirements:
4343
- pyobjc-framework-webkit >=9.0
4444

4545
tests:
46-
- python:
47-
imports:
48-
- webview
49-
pip_check: true
46+
- if: target_platform == "osx-64" or target_platform == "osx-arm64"
47+
then:
48+
python:
49+
imports:
50+
- webview
51+
pip_check: false # pyobjc-framework-uniformtypeidentifiers not yet on conda-forge
52+
else:
53+
python:
54+
imports:
55+
- webview
56+
pip_check: true
5057

5158
about:
5259
homepage: https://pywebview.flowrl.com/

0 commit comments

Comments
 (0)