From 2493853e5982ea8fe5aee6484a6259738268a2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 31 Aug 2025 12:30:11 -0700 Subject: [PATCH] python3Packages.pysnooz: fix tests With more recent versions of pytest-asyncio most tests fail with fixture 'event_loop' not found --- pkgs/development/python-modules/pysnooz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pysnooz/default.nix b/pkgs/development/python-modules/pysnooz/default.nix index 5edc25c0c78d..a556a54ce599 100644 --- a/pkgs/development/python-modules/pysnooz/default.nix +++ b/pkgs/development/python-modules/pysnooz/default.nix @@ -9,7 +9,7 @@ freezegun, home-assistant-bluetooth, poetry-core, - pytest-asyncio, + pytest-asyncio_0, pytest-cov-stub, pytest-mock, pytestCheckHook, @@ -55,7 +55,7 @@ buildPythonPackage rec { nativeCheckInputs = [ freezegun - pytest-asyncio + pytest-asyncio_0 pytest-cov-stub pytest-mock pytestCheckHook