Loading pkgs/development/python-modules/mail-parser/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ python, glibcLocales, fetchFromGitHub, pytest-cov-stub, pytestCheckHook, setuptools, six, }: Loading Loading @@ -32,9 +34,15 @@ buildPythonPackage rec { six ]; pythonImportsCheck = [ "mailparser" ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; # Taken from .travis.yml checkPhase = '' ${python.interpreter} tests/test_main.py postCheck = '' ${python.interpreter} -m mailparser -v ${python.interpreter} -m mailparser -h ${python.interpreter} -m mailparser -f tests/mails/mail_malformed_3 -j Loading Loading
pkgs/development/python-modules/mail-parser/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ python, glibcLocales, fetchFromGitHub, pytest-cov-stub, pytestCheckHook, setuptools, six, }: Loading Loading @@ -32,9 +34,15 @@ buildPythonPackage rec { six ]; pythonImportsCheck = [ "mailparser" ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; # Taken from .travis.yml checkPhase = '' ${python.interpreter} tests/test_main.py postCheck = '' ${python.interpreter} -m mailparser -v ${python.interpreter} -m mailparser -h ${python.interpreter} -m mailparser -f tests/mails/mail_malformed_3 -j Loading