Commit 1c01782f authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.uqbar: fix build

parent 2ce78401
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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