Commit 30b1371c authored by SandaruKasa's avatar SandaruKasa
Browse files

dooit: fix tests

parent 49237224
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,9 +46,10 @@ python3.pkgs.buildPythonApplication rec {
    export HOME=$(mktemp -d)
  '';

  checkInputs = with python3.pkgs; [
  nativeCheckInputs = with python3.pkgs; [
    pytestCheckHook
    faker
    pytest-asyncio
  ];

  passthru = {