Merge pull request #303252 from l0b0/json5-timing-tests
python3Packages.json5: disable hypothesis
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, hypothesis
|
||||
, lib
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@@ -18,7 +17,6 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user