Unverified Commit 91fba5e7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

python3Packages.python-telegram: fix build

parent 9c19bc1a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTests = [
    "TestGetTdjsonTdlibPath"
  ];

  pythonImportsCheck = [
    "telegram.client"
  ];