11 buildPythonPackage rec {
16 disabled = lib.versionOlder python.version "3.8.1";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-FjDGwSOKvDWx+LwUCNGEOBKV3rFG+09gtFpLLi0xgD4=";
33 propagatedBuildInputs = [
44 # https://github.com/tophat/syrupy/blob/main/CONTRIBUTING.md#local-development
49 pythonImportsCheck = [ "syrupy" ];
52 changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}";
53 description = "Pytest Snapshot Test Utility";
54 homepage = "https://github.com/tophat/syrupy";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ ];