13 buildPythonPackage rec {
14 pname = "hypothesis-auto";
18 disabled = pythonOlder "3.6";
21 pname = "hypothesis_auto";
23 hash = "sha256-U0vcOB9jXmUV5v2IwybVu2arY1FpPnKkP7m2kbD1kRw=";
31 build-system = [ poetry-core ];
38 optional-dependencies = {
42 pythonImportsCheck = [ "hypothesis_auto" ];
44 nativeCheckInputs = [ pytestCheckHook ];
47 description = "Enables fully automatic tests for type annotated functions";
48 homepage = "https://github.com/timothycrosley/hypothesis-auto/";
49 changelog = "https://github.com/timothycrosley/hypothesis-auto/blob/master/CHANGELOG.md";
50 license = licenses.mit;