Loading pkgs/development/python-modules/drf-extra-fields/default.nix +12 −10 Original line number Diff line number Diff line Loading @@ -48,15 +48,17 @@ buildPythonPackage rec { pythonImportsCheck = [ "drf_extra_fields" ]; disabledTests = lib.optionals (pythonAtLeast "3.13") [ # https://github.com/Hipo/drf-extra-fields/issues/210 "test_read_source_with_context" disabledTests = [ # pytz causes the following tests to fail "test_create" "test_create_with_base64_prefix" "test_create_with_webp_image" "test_remove_with_empty_string" ] ++ lib.optionals (pythonAtLeast "3.13") [ # https://github.com/Hipo/drf-extra-fields/issues/210 "test_read_source_with_context" ]; meta = { Loading Loading
pkgs/development/python-modules/drf-extra-fields/default.nix +12 −10 Original line number Diff line number Diff line Loading @@ -48,15 +48,17 @@ buildPythonPackage rec { pythonImportsCheck = [ "drf_extra_fields" ]; disabledTests = lib.optionals (pythonAtLeast "3.13") [ # https://github.com/Hipo/drf-extra-fields/issues/210 "test_read_source_with_context" disabledTests = [ # pytz causes the following tests to fail "test_create" "test_create_with_base64_prefix" "test_create_with_webp_image" "test_remove_with_empty_string" ] ++ lib.optionals (pythonAtLeast "3.13") [ # https://github.com/Hipo/drf-extra-fields/issues/210 "test_read_source_with_context" ]; meta = { Loading