python313Packages.python-fx: disable failing test

This commit is contained in:
Fabian Affolter
2025-11-23 13:59:02 +01:00
parent 66b8ac8794
commit 942cd800ae
@@ -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";