python311Packages.itsdangerous: ignore deprecation warnings

during check phase.
This commit is contained in:
Martin Weinelt
2023-12-20 20:11:12 +01:00
parent 67d4594729
commit 2ca4b56f55
@@ -22,6 +22,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
meta = with lib; {
description = "Safely pass data to untrusted environments and back";
homepage = "https://itsdangerous.palletsprojects.com";