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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user