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
commit d53c4aaa00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ buildPythonPackage
, fetchFromGitHub
, hypothesis
, lib
, pytestCheckHook
}:
@ -18,7 +17,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
hypothesis
pytestCheckHook
];