python-govee-api icon indicating copy to clipboard operation
python-govee-api copied to clipboard

Remove asynctest dependency

Open SuperSandro2000 opened this issue 2 years ago • 1 comments

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

SuperSandro2000 avatar Dec 20 '23 03:12 SuperSandro2000

@LaggAt ping

SuperSandro2000 avatar Jul 05 '24 13:07 SuperSandro2000