python313Packages.jinja2: disable failing tests

This commit is contained in:
Martin Weinelt
2024-06-16 02:39:46 +02:00
parent 4aab2f4d6c
commit 7b11c3513f
@@ -2,6 +2,7 @@
lib,
stdenv,
python,
pythonAtLeast,
buildPythonPackage,
pythonOlder,
fetchPypi,
@@ -44,6 +45,14 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.i18n;
disabledTests = lib.optionals (pythonAtLeast "3.13") [
# https://github.com/pallets/jinja/issues/1900
"test_custom_async_iteratable_filter"
"test_first"
"test_loop_errors"
"test_package_zip_list"
];
passthru.doc = stdenv.mkDerivation {
# Forge look and feel of multi-output derivation as best as we can.
#