mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +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