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

python3Packages.json5: disable hypothesis
This commit is contained in:
Ivan Mincik
2024-04-15 08:35:51 +00:00
committed by GitHub
@@ -1,6 +1,5 @@
{ buildPythonPackage
, fetchFromGitHub
, hypothesis
, lib
, pytestCheckHook
}:
@@ -18,7 +17,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
hypothesis
pytestCheckHook
];