python313Packages.uqbar: fix build (#448887)

This commit is contained in:
Gaétan Lepage
2025-10-11 22:09:59 +00:00
committed by GitHub
@@ -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