@@ -15,7 +15,7 @@ test-310 = ["py310", "test-core", "test", "example", "test-example", "test-unit-
1515test-311 = [" py311" , " test-core" , " test" , " example" , " test-example" , " test-unit-task" ]
1616test-312 = [" py312" , " test-core" , " test" , " example" , " test-example" , " test-unit-task" ]
1717test-313 = [" py313" , " test-core" , " test" , " example" , " test-example" , " test-unit-task" ]
18- test-ui = [" py312 " , " test-core" , " test" , " test-ui" ]
18+ test-ui = [" py313 " , " test-core" , " test" , " test-ui" ]
1919test-core = [" py313" , " test-core" , " test-unit-task" ]
2020test-bokeh37 = [" py310" , " test-core" , " test-unit-task" , " bokeh37" ]
2121test-type = [" py311" , " type" , " example" , " test" ]
@@ -168,7 +168,7 @@ nbval = "*"
168168channels = [" microsoft" ]
169169
170170[feature .test-ui .dependencies ]
171- playwright = { version = " !=1.51.0 " , channel = " microsoft" } # https://github.com/microsoft/playwright-python/issues/2791
171+ playwright = { version = " * " , channel = " microsoft" }
172172pytest-playwright = { version = " *" , channel = " microsoft" }
173173pytest-asyncio = " *"
174174jupyter_server = " *"
0 commit comments