1 { lib, buildPythonPackage, pythonOlder, fetchPypi, nose }:
3 buildPythonPackage rec {
9 sha256 = "0z35bkk9phs40lf5061k1plhjdl5fskm0dmdikrsqi1bjihnxp8w";
12 # Tests fail on Python>=3.5. See: https://github.com/0compute/yanc/issues/10
13 doCheck = pythonOlder "3.5";
15 nativeCheckInputs = [ nose ];
22 description = "Yet another nose colorer";
23 homepage = "https://github.com/0compute/yanc";
24 license = licenses.gpl3;
25 maintainers = with maintainers; [ jluttine ];