Unverified Commit 107f1e92 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

python3Packages.aiogram: fix build

parent fab8d248
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -53,6 +53,12 @@ buildPythonPackage rec {
    redis
  ];

  # requires network
  disabledTests = [
    "test_download_file_404"
    "test_download_404"
  ];

  pythonImportsCheck = [ "aiogram" ];

  meta = with lib; {