From 91fba5e7f9422d50265694a86cd932aa99a9d7e9 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 11 Nov 2023 02:03:12 +0400 Subject: [PATCH] python3Packages.python-telegram: fix build --- pkgs/development/python-modules/python-telegram/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" ];