Merge pull request #251464 from sikmir/aiogram
python3Packages.aiogram: fix build
This commit is contained in:
@@ -53,6 +53,12 @@ buildPythonPackage rec {
|
||||
redis
|
||||
];
|
||||
|
||||
# requires network
|
||||
disabledTests = [
|
||||
"test_download_file_404"
|
||||
"test_download_404"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aiogram" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user