Commit d653360f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.django-redis: ignore DeprecationWarning

parent 81baa4d3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -67,6 +67,11 @@ buildPythonPackage {
    pytestCheckHook
  ];

  pytestFlagsArray = [
    "-W"
    "ignore::DeprecationWarning"
  ];

  disabledTests = [
    # ModuleNotFoundError: No module named 'test_cache_options'
    "test_custom_key_function"