Loading pkgs/development/python-modules/smpplib/default.nix +2 −6 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, lib, python, six, tox, mock, pytest }: { buildPythonPackage, fetchPypi, lib, python, six, mock, pytestCheckHook }: buildPythonPackage rec { pname = "smpplib"; Loading @@ -10,11 +10,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ six ]; checkInputs = [ tox mock pytest ]; checkPhase = '' pytest ''; checkInputs = [ mock pytestCheckHook ]; postInstall = '' rm -rf $out/${python.sitePackages}/tests Loading Loading
pkgs/development/python-modules/smpplib/default.nix +2 −6 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, lib, python, six, tox, mock, pytest }: { buildPythonPackage, fetchPypi, lib, python, six, mock, pytestCheckHook }: buildPythonPackage rec { pname = "smpplib"; Loading @@ -10,11 +10,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ six ]; checkInputs = [ tox mock pytest ]; checkPhase = '' pytest ''; checkInputs = [ mock pytestCheckHook ]; postInstall = '' rm -rf $out/${python.sitePackages}/tests Loading