Skip to content

Commit e6e1ec2

Browse files
committed
test
1 parent b4a3384 commit e6e1ec2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meta.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
conda_build:
22
channel_priority: strict
33

4+
channels:
5+
- microsoft
6+
- conda-forge
7+
48
package:
59
name: "pytest-playwright"
610
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
@@ -20,7 +24,7 @@ requirements:
2024
- pip
2125
run:
2226
- python >=3.8
23-
- playwright >=1.37.0::microsoft
27+
- microsoft::playwright >=1.37.0
2428
- pytest >=6.2.4,<9.0.0
2529
- pytest-base-url >=1.0.0,<3.0.0
2630
- python-slugify >=6.0.0,<9.0.0

0 commit comments

Comments
 (0)