music-assistant: fix pytestCheckPhase by pinning pytest to 9.0.x

https://hydra.nixos.org/build/338544626
This commit is contained in:
emilylange
2026-07-23 22:34:11 +02:00
parent 2e5c6cd3ba
commit 962224d36a
+1 -1
View File
@@ -185,7 +185,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
nativeCheckInputs =
with pythonPackages;
[
pytestCheckHook
pytest9_0CheckHook
writableTmpDirAsHomeHook
]
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies