1 { lib, buildPythonPackage, fetchPypi, flit, click, tomli }:
3 buildPythonPackage rec {
10 hash = "sha256-XN+qzRgZMSdeBmW0OM36mQ79sRCuP8E++SqH8FOoEq0=";
17 propagatedBuildInputs = [
26 $out/bin/turnt test/*/*.t
30 pythonImportsCheck = [ "turnt" ];
33 description = "Snapshot testing tool";
34 mainProgram = "turnt";
35 homepage = "https://github.com/cucapra/turnt";
36 license = licenses.mit;
37 maintainers = with maintainers; [ leungbk ];