python313Packages.jinja2: disable failing tests
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user