Unverified Commit 60db39db authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python313Packages.uqbar: fix build (#448887)

parents 2c72f813 1c01782f
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