python3.pkgs.flask_testing: disable failing test

This commit is contained in:
Guillaume Girol 2022-10-28 12:00:00 +00:00
parent b3c0c4979e
commit 9f8dadb082

View File

@ -38,6 +38,8 @@ buildPythonPackage rec {
"test_assert_redirects"
"test_server_listening"
"test_server_process_is_spawned"
# change in repr(template) in recent flask
"test_assert_template_rendered_signal_sent"
];
disabledTestPaths = [