Unverified Commit ebe33963 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

dooit: fix tests (#437666)

parents 0f18622b 30b1371c
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 = {