Unverified Commit 57be4965 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.smtpdfix: disable blocking test

parent 36ee1040
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, setuptools
, pytest
, portpicker
@@ -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";