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-15 08:15:55 +12:00
parent ec2cb66cbe
commit 32d95f4ef1
@@ -1,6 +1,5 @@
{ buildPythonPackage
, fetchFromGitHub
, hypothesis
, lib
, pytestCheckHook
}:
@@ -18,7 +17,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
hypothesis
pytestCheckHook
];