We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51309d8 commit cd34fd6Copy full SHA for cd34fd6
pkgs/development/python-modules/aiogram/default.nix
@@ -76,15 +76,6 @@ buildPythonPackage rec {
76
pytz
77
] ++ lib.flatten (builtins.attrValues optional-dependencies);
78
79
- pytestFlagsArray = [
80
- "-W"
81
- "ignore::pluggy.PluggyTeardownRaisedWarning"
82
83
- "ignore::pytest.PytestDeprecationWarning"
84
85
- "ignore::DeprecationWarning"
86
- ];
87
-
88
pythonImportsCheck = [ "aiogram" ];
89
90
passthru.updateScript = gitUpdater {
0 commit comments