From cd34fd6f73f73f75f8a3364a5d97b58734bd7a39 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 1 May 2025 21:54:15 +0200 Subject: [PATCH] python3Packages.aiogram: remove unneeded pytestFlagsArray --- pkgs/development/python-modules/aiogram/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index cf61b984d932..27c269c90ccf 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -76,15 +76,6 @@ buildPythonPackage rec { pytz ] ++ lib.flatten (builtins.attrValues optional-dependencies); - pytestFlagsArray = [ - "-W" - "ignore::pluggy.PluggyTeardownRaisedWarning" - "-W" - "ignore::pytest.PytestDeprecationWarning" - "-W" - "ignore::DeprecationWarning" - ]; - pythonImportsCheck = [ "aiogram" ]; passthru.updateScript = gitUpdater {