python311Packages.itsdangerous: ignore deprecation warnings
during check phase.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user