13 buildPythonPackage rec {
14 pname = "pytest-textual-snapshot";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
22 repo = "pytest-textual-snapshot";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-XkXeyodRdwWqCP63Onx82Z3IbNLDDR/Lvaw8xUY7fAg=";
35 propagatedBuildInputs = [
45 pythonImportsCheck = [
46 "pytest_textual_snapshot"
50 description = "Snapshot testing for Textual applications";
51 homepage = "https://github.com/Textualize/pytest-textual-snapshot";
52 changelog = "https://github.com/Textualize/pytest-textual-snapshot/releases/tag/v${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];