python313Packages.uqbar: fix build

This commit is contained in:
Sigmanificient
2025-10-05 17:30:23 +02:00
parent 2ce7840140
commit 1c01782f5f
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
pytestCheckHook,
pytest-asyncio,
pythonAtLeast,
pythonOlder,
defusedxml,
@@ -37,7 +38,10 @@ buildPythonPackage rec {
sphinx
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
];
checkInputs = [
defusedxml