Loading pkgs/development/python-modules/python-fx/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/python-fx/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading