python3Packages.json5: Disable hypothesis

Disables tests which can be flaky, such as `test_object_roundtrip`.
Closes #245656.
This commit is contained in:
Victor Engmark 2024-04-11 13:10:49 +12:00
parent ec2cb66cbe
commit 32d95f4ef1
No known key found for this signature in database
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
];