Unverified Commit d53c4aaa authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

Merge pull request #303252 from l0b0/json5-timing-tests

python3Packages.json5: disable hypothesis
parents c5dfe0b3 32d95f4e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ buildPythonPackage
, fetchFromGitHub
, hypothesis
, lib
, pytestCheckHook
}:
@@ -18,7 +17,6 @@ buildPythonPackage rec {
  };

  nativeCheckInputs = [
    hypothesis
    pytestCheckHook
  ];