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