Merge pull request #266737 from sikmir/python-telegram

python3Packages.python-telegram: fix build
This commit is contained in:
Martin Weinelt
2023-11-10 23:13:18 +01:00
committed by GitHub
@@ -39,6 +39,10 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
"TestGetTdjsonTdlibPath"
];
pythonImportsCheck = [
"telegram.client"
];