python-govee-api
python-govee-api copied to clipboard
Remove asynctest dependency
asynctest does not work with python 3.11 and the upstream repo is abandon. The tests run without it.
Tests run inside of NixOS package build without any warnings.
python3.11-govee-api-laggat> Running phase: pytestCheckPhase
python3.11-govee-api-laggat> Executing pytestCheckPhase
python3.11-govee-api-laggat> ============================= test session starts ==============================
python3.11-govee-api-laggat> platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
python3.11-govee-api-laggat> rootdir: /build/source
python3.11-govee-api-laggat> plugins: asyncio-0.21.1
python3.11-govee-api-laggat> asyncio: mode=Mode.STRICT
python3.11-govee-api-laggat> collected 28 items
python3.11-govee-api-laggat> tests/test_pytest.py ............................ [100%]
python3.11-govee-api-laggat> ============================== 28 passed in 1.31s ==============================
python3.11-govee-api-laggat> Finished executing pytestCheckPhase
python3.11-govee-api-laggat> Running phase: pytestcachePhase
python3.11-govee-api-laggat> Running phase: pytestRemoveBytecodePhase
@LaggAt ping