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