9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-5CnpVFSbf3FcAa06Y7atG8sxu8uevpfrliB2HuVcrx0=";
21 buildInputs = [ poetry ];
23 checkInputs = [ hypothesis pytestCheckHook ];
25 pythonImportsCheck = [ "expecttest" ];
28 maintainers = [ lib.maintainers.SomeoneSerge ];
29 license = lib.licenses.mit;
30 description = ''EZ Yang "golden" tests (testing against a reference implementation)'';
31 homepage = "https://github.com/ezyang/expecttest";
32 platforms = lib.platforms.unix;