python314Packages.yalexs: drop stale aiounittest test input

yalexs 9.2.7 no longer uses aiounittest in its test suite, but it remained in nativeCheckInputs. aiounittest is unsupported on Python 3.14, so the dead dependency broke the build (and the august/yale/yale_home Home Assistant components). Remove it.
This commit is contained in:
Thane Gill
2026-06-12 20:14:06 -07:00
parent 8fef72493a
commit 5398b79f39
@@ -3,7 +3,6 @@
aiofiles,
aiohttp,
aioresponses,
aiounittest,
buildPythonPackage,
ciso8601,
fetchFromGitHub,
@@ -54,7 +53,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
aioresponses
aiounittest
pytest-asyncio
pytest-cov-stub
pytest-freezegun