Unverified Commit f92134d3 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.pyenphase: disable tests failing with syrupy 4.5.0

parent 6ef3db48
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@ buildPythonPackage rec {
    syrupy
  ];

  disabledTests = [
    # https://github.com/pyenphase/pyenphase/issues/97
    "test_with_7_x_firmware"
  ];

  pythonImportsCheck = [
    "pyenphase"
  ];