Skip to content

Commit 3e59410

Browse files
committed
fix(conda): specify that 'playwright' is from 'microsoft' channel
1 parent c06ab3b commit 3e59410

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meta.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
conda_build:
2+
channel_priority: strict
3+
14
package:
25
name: "pytest-playwright"
36
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
@@ -17,7 +20,7 @@ requirements:
1720
- pip
1821
run:
1922
- python >=3.8
20-
- playwright >=1.37.0
23+
- microsoft::playwright >=1.37.0
2124
- pytest >=6.2.4,<9.0.0
2225
- pytest-base-url >=1.0.0,<3.0.0
2326
- python-slugify >=6.0.0,<9.0.0

0 commit comments

Comments
 (0)