python313Packages.python-fx: disable failing test (#464257)

This commit is contained in:
Yohann Boniface
2025-11-23 18:11:13 +00:00
committed by GitHub

View File

@@ -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";