From 0930d27fbdb82b9c3732494a0f9d2f50ef2214bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 21 Oct 2024 11:22:58 +0200 Subject: [PATCH] ci: Use Microsoft channel for pytest-playwright (#7424) --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "*"