python311Packages.django-redis: ignore DeprecationWarning

This commit is contained in:
Fabian Affolter
2023-11-05 14:27:16 +01:00
parent 81baa4d39b
commit d653360fbd

View File

@@ -67,6 +67,11 @@ buildPythonPackage {
pytestCheckHook
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
];
disabledTests = [
# ModuleNotFoundError: No module named 'test_cache_options'
"test_custom_key_function"