Commit 942cd800 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.python-fx: disable failing test

parent 66b8ac87
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -87,6 +87,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "pyfx" ];

  disabledTests = [
    # TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'
    "test_start"
  ];

  meta = with lib; {
    description = "Module to view JSON in a TUI";
    homepage = "https://github.com/cielong/pyfx";