mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #266737 from sikmir/python-telegram
python3Packages.python-telegram: fix build
This commit is contained in:
commit
f937027941
@ -39,6 +39,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"TestGetTdjsonTdlibPath"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"telegram.client"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user