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 pytestCheckHook 40 ]; 41 42 pythonImportsCheck = [ 43 "telegram.client" 44 ];
··· 39 pytestCheckHook 40 ]; 41 42 + disabledTests = [ 43 + "TestGetTdjsonTdlibPath" 44 + ]; 45 + 46 pythonImportsCheck = [ 47 "telegram.client" 48 ];