Unverified Commit 26a8ba8c authored by Noa Aarts's avatar Noa Aarts
Browse files

world-wall-clock: relax `urwid` to fix build

parent 1a5b87fc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ python3.pkgs.buildPythonApplication rec {
    xdg-base-dirs
  ];

  pythonRelaxDeps = [
    "urwid"
  ];

  nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];

  enabledTestPaths = [ "tests/*" ];