17 buildPythonPackage rec {
18 pname = "hypothesmith";
22 disabled = pythonOlder "3.9";
25 inherit pname version;
26 hash = "sha256-lsFIAtbI6F2JdSZBdoeNtUso0u2SH9v+3C5rjOPIFxY=";
29 build-system = [ setuptools ];
47 "test_source_code_from_libcst_node_type"
50 pythonImportsCheck = [ "hypothesmith" ];
53 description = "Hypothesis strategies for generating Python programs, something like CSmith";
54 homepage = "https://github.com/Zac-HD/hypothesmith";
55 changelog = "https://github.com/Zac-HD/hypothesmith/blob/master/CHANGELOG.md";
56 license = licenses.mpl20;