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
commit f937027941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,10 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
"TestGetTdjsonTdlibPath"
];
pythonImportsCheck = [
"telegram.client"
];