Loading pkgs/development/python-modules/smtpdfix/default.nix +6 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast , setuptools , pytest , portpicker Loading Loading @@ -36,6 +37,11 @@ buildPythonPackage rec { pytest-asyncio ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # https://github.com/bebleo/smtpdfix/issues/335 "test_missing_certs" ]; meta = with lib; { description = "An SMTP server for use as a pytest fixture for testing"; homepage = "https://github.com/bebleo/smtpdfix"; Loading Loading
pkgs/development/python-modules/smtpdfix/default.nix +6 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast , setuptools , pytest , portpicker Loading Loading @@ -36,6 +37,11 @@ buildPythonPackage rec { pytest-asyncio ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # https://github.com/bebleo/smtpdfix/issues/335 "test_missing_certs" ]; meta = with lib; { description = "An SMTP server for use as a pytest fixture for testing"; homepage = "https://github.com/bebleo/smtpdfix"; Loading