Loading pkgs/development/python-modules/pytest-sugar/default.nix +10 −3 Original line number Diff line number Diff line Loading @@ -5,18 +5,24 @@ , pytest , packaging , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pytest-sugar"; version = "0.9.7"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-8edMGr+lX3JBz3CIAytuN4Vm8WuTjz8IkF4s9ElO3UY="; }; buildInputs = [ pytest ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ termcolor Loading @@ -28,9 +34,10 @@ buildPythonPackage rec { ]; meta = with lib; { description = "A plugin that changes the default look and feel of py.test"; description = "A plugin that changes the default look and feel of pytest"; homepage = "https://github.com/Frozenball/pytest-sugar"; changelog = "https://github.com/Teemu/pytest-sugar/releases/tag/v${version}"; license = licenses.bsd3; maintainers = [ maintainers.costrouc ]; maintainers = with maintainers; [ costrouc ]; }; } Loading
pkgs/development/python-modules/pytest-sugar/default.nix +10 −3 Original line number Diff line number Diff line Loading @@ -5,18 +5,24 @@ , pytest , packaging , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pytest-sugar"; version = "0.9.7"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-8edMGr+lX3JBz3CIAytuN4Vm8WuTjz8IkF4s9ElO3UY="; }; buildInputs = [ pytest ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ termcolor Loading @@ -28,9 +34,10 @@ buildPythonPackage rec { ]; meta = with lib; { description = "A plugin that changes the default look and feel of py.test"; description = "A plugin that changes the default look and feel of pytest"; homepage = "https://github.com/Frozenball/pytest-sugar"; changelog = "https://github.com/Teemu/pytest-sugar/releases/tag/v${version}"; license = licenses.bsd3; maintainers = [ maintainers.costrouc ]; maintainers = with maintainers; [ costrouc ]; }; }