Skip to content

Commit e901ba9

Browse files
committed
Try newer playwright
1 parent 5a40545 commit e901ba9

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

recipes/recipes/pytester/recipe.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,30 @@ outputs:
1313
version: ${{ version }}
1414

1515
build:
16-
number: 9
17-
16+
number: 10
1817
noarch: python
1918

2019
requirements:
2120
host:
2221
- python
2322
run:
24-
- playwright = 1.50
23+
- playwright >= 1.57
2524
- pyjs_code_runner >= 3.1.1
2625

2726
- package:
2827
name: pytester-run
2928
version: ${{ version }}
3029
build:
31-
number: 7
30+
number: 8
3231
noarch: generic
3332
requirements:
3433
run:
3534
- pyjs
3635
- pytest
37-
- python
38-
36+
- python
3937

4038
about:
4139
license: MIT
4240
license_file: LICENSE.txt
43-
summary: test meta pkg
41+
summary: Meta package for testing.
4442

0 commit comments

Comments
 (0)