about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorIvan Mincik <ivan.mincik@gmail.com>2024-04-15 08:35:51 +0000
committerGitHub <noreply@github.com>2024-04-15 08:35:51 +0000
commitd53c4aaa0076c96b02be027000aa0fe292c416b4 (patch)
treec69f37c3ff3a066877760e29a2f288d07002fa59 /pkgs
parentc5dfe0b32c357ff55fc270247ff67b65ccc4d459 (diff)
parent32d95f4ef119e1e646398a127df041a20ed26840 (diff)
Merge pull request #303252 from l0b0/json5-timing-tests
python3Packages.json5: disable hypothesis
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/json5/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/json5/default.nix b/pkgs/development/python-modules/json5/default.nix
index b244a79114c08..1b071aadb59c6 100644
--- a/pkgs/development/python-modules/json5/default.nix
+++ b/pkgs/development/python-modules/json5/default.nix
@@ -1,6 +1,5 @@
 { buildPythonPackage
 , fetchFromGitHub
-, hypothesis
 , lib
 , pytestCheckHook
 }:
@@ -18,7 +17,6 @@ buildPythonPackage rec {
   };
 
   nativeCheckInputs = [
-    hypothesis
     pytestCheckHook
   ];