9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-BFM0jFWXfH72n9XuFtU9URW8LWGPVJncXniBV5547W4=";
21 nativeBuildInputs = [ poetry-core ];
23 nativeCheckInputs = [ 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;