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