diff --git a/pkgs/development/python-modules/python-telegram/default.nix b/pkgs/development/python-modules/python-telegram/default.nix index 820ab03134b7..50a14d6ccc27 100644 --- a/pkgs/development/python-modules/python-telegram/default.nix +++ b/pkgs/development/python-modules/python-telegram/default.nix @@ -39,6 +39,10 @@ buildPythonPackage rec { pytestCheckHook ]; + disabledTests = [ + "TestGetTdjsonTdlibPath" + ]; + pythonImportsCheck = [ "telegram.client" ];