Merge pull request #266737 from sikmir/python-telegram

python3Packages.python-telegram: fix build

authored by

Martin Weinelt and committed by
GitHub
f9370279 4c5b8768

+4
+4
pkgs/development/python-modules/python-telegram/default.nix
··· 39 39 pytestCheckHook 40 40 ]; 41 41 42 + disabledTests = [ 43 + "TestGetTdjsonTdlibPath" 44 + ]; 45 + 42 46 pythonImportsCheck = [ 43 47 "telegram.client" 44 48 ];