python314Packages.aiogram: fix build failure

All the tests were failing with the following:
> DeprecationWarning: 'asyncio.get_event_loop_policy' is deprecated and slate...
This commit is contained in:
Clément
2026-01-02 14:25:10 -08:00
parent 9cd4168888
commit b87e7a33aa
@@ -76,6 +76,11 @@ buildPythonPackage rec {
]
++ lib.concatAttrValues optional-dependencies;
pytestFlags = [
# DeprecationWarning: 'asyncio.get_event_loop_policy' is deprecated and slate...
"-Wignore::DeprecationWarning"
];
pythonImportsCheck = [ "aiogram" ];
passthru.updateScript = gitUpdater {