Loading pkgs/development/python-modules/fire/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ levenshtein, pytestCheckHook, termcolor, pythonAtLeast, }: buildPythonPackage rec { Loading Loading @@ -37,6 +38,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: There is no current event loop in thread 'MainThread' "testFireAsyncio" ]; pythonImportsCheck = [ "fire" ]; meta = { Loading Loading
pkgs/development/python-modules/fire/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ levenshtein, pytestCheckHook, termcolor, pythonAtLeast, }: buildPythonPackage rec { Loading Loading @@ -37,6 +38,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals (pythonAtLeast "3.14") [ # RuntimeError: There is no current event loop in thread 'MainThread' "testFireAsyncio" ]; pythonImportsCheck = [ "fire" ]; meta = { Loading