python3Packages.pysnooz: fix tests

With more recent versions of pytest-asyncio most tests fail with

    fixture 'event_loop' not found
This commit is contained in:
Robert Schütz
2025-08-31 12:31:32 -07:00
parent cbae5517c4
commit 2493853e59
@@ -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