diff --git a/pixi.toml b/pixi.toml index d9b80db49c..dec24c81d6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -161,7 +161,7 @@ channels = ["microsoft"] [feature.test-ui.dependencies] playwright = { version = "*", channel = "microsoft" } -pytest-playwright = "*" +pytest-playwright = { version = "*", channel = "microsoft" } pytest-asyncio = "*" jupyter_server = "*" esbuild = "*"