Skip to content

Commit

Permalink
fix(conda): specify that 'playwright' is from 'microsoft' channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 7, 2024
1 parent c06ab3b commit 3e59410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
conda_build:
channel_priority: strict

package:
name: "pytest-playwright"
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
Expand All @@ -17,7 +20,7 @@ requirements:
- pip
run:
- python >=3.8
- playwright >=1.37.0
- microsoft::playwright >=1.37.0
- pytest >=6.2.4,<9.0.0
- pytest-base-url >=1.0.0,<3.0.0
- python-slugify >=6.0.0,<9.0.0
Expand Down

0 comments on commit 3e59410

Please sign in to comment.