python3Packages.aiogram: fix build

This commit is contained in:
Nikolay Korotkiy 2023-08-26 02:29:32 +04:00
parent fab8d2488b
commit 107f1e9229
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -53,6 +53,12 @@ buildPythonPackage rec {
redis
];
# requires network
disabledTests = [
"test_download_file_404"
"test_download_404"
];
pythonImportsCheck = [ "aiogram" ];
meta = with lib; {