Skip to content

Commit cd34fd6

Browse files
committed
python3Packages.aiogram: remove unneeded pytestFlagsArray
1 parent 51309d8 commit cd34fd6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkgs/development/python-modules/aiogram/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ buildPythonPackage rec {
7676
pytz
7777
] ++ lib.flatten (builtins.attrValues optional-dependencies);
7878

79-
pytestFlagsArray = [
80-
"-W"
81-
"ignore::pluggy.PluggyTeardownRaisedWarning"
82-
"-W"
83-
"ignore::pytest.PytestDeprecationWarning"
84-
"-W"
85-
"ignore::DeprecationWarning"
86-
];
87-
8879
pythonImportsCheck = [ "aiogram" ];
8980

9081
passthru.updateScript = gitUpdater {

0 commit comments

Comments
 (0)