10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-4K7cqGwKErGbZ+dxVa06v8aIfrpVLC293d29QT+vsBw=";
20 build-system = [ flit-core ];
29 $out/bin/turnt test/*/*.t
33 pythonImportsCheck = [ "turnt" ];
36 description = "Snapshot testing tool";
37 mainProgram = "turnt";
38 homepage = "https://github.com/cucapra/turnt";
39 license = licenses.mit;
40 maintainers = with maintainers; [ leungbk ];