We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a3384 commit e6e1ec2Copy full SHA for e6e1ec2
meta.yaml
@@ -1,6 +1,10 @@
1
conda_build:
2
channel_priority: strict
3
4
+channels:
5
+ - microsoft
6
+ - conda-forge
7
+
8
package:
9
name: "pytest-playwright"
10
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
@@ -20,7 +24,7 @@ requirements:
20
24
- pip
21
25
run:
22
26
- python >=3.8
23
- - playwright >=1.37.0::microsoft
27
+ - microsoft::playwright >=1.37.0
28
- pytest >=6.2.4,<9.0.0
29
- pytest-base-url >=1.0.0,<3.0.0
30
- python-slugify >=6.0.0,<9.0.0
0 commit comments