From 1c01782f5fb8d54cbb3df4f1c278d5dc571980ac Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 5 Oct 2025 17:30:23 +0200 Subject: [PATCH] python313Packages.uqbar: fix build --- pkgs/development/python-modules/uqbar/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/uqbar/default.nix b/pkgs/development/python-modules/uqbar/default.nix index 4b19a46863cc..8978c6a59e7c 100644 --- a/pkgs/development/python-modules/uqbar/default.nix +++ b/pkgs/development/python-modules/uqbar/default.nix @@ -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