1 { lib, buildPythonPackage, fetchFromGitHub, isPy3k, pytestCheckHook }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
11 rev = "95a0b71806ed16310eb0f27bc48aa5e21f731423";
12 sha256 = "0qjg46ipyfjflvjqzqr5p7iylwwqn2mhhrq952d01vi8wvfds10d";
15 checkInputs = [ pytestCheckHook ];
18 description = "Easy String Baseline";
20 This tool streamlines creation and maintenance of tests which compare
21 string output against a baseline.
23 homepage = "https://github.com/dmgass/baseline";
24 license = licenses.mit;
25 maintainers = with maintainers; [ dnr ];