18 buildPythonPackage rec {
24 inherit pname version;
25 hash = "sha256-CqSnwzdOw2FTodCPgeMIDoPYrB7v2X0vT+lUTo+bSd4=";
29 substituteInPlace tests/test_icecream.py \
30 --replace assertRegexpMatches assertRegex
37 propagatedBuildInputs = [
49 # icecream.icecream.NoSourceAvailableError
50 "testSingledispatchArgumentToString"
51 # AssertionError: assert [[('REPL (e.g...ion?', None)]] == [[('a', '1')], [('c', '3')]]
56 description = "A little library for sweet and creamy print debugging";
57 homepage = "https://github.com/gruns/icecream";
58 license = licenses.mit;
59 maintainers = with maintainers; [ renatoGarcia ];