10 buildPythonPackage rec {
11 pname = "pytest-sugar";
15 inherit pname version;
16 sha256 = "sha256-7qeLbxW2NSd9PZAoDNOG2P7qHKsPm+dZR6Ym6LArR30=";
19 buildInputs = [ pytest ];
21 propagatedBuildInputs = [
31 description = "A plugin that changes the default look and feel of py.test";
32 homepage = "https://github.com/Frozenball/pytest-sugar";
33 license = licenses.bsd3;
34 maintainers = [ maintainers.costrouc ];