mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python313Packages.python-fx: disable failing test (#464257)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user