Merge pull request #198276 from symphorien/flake-testing

python3.pkgs.flask_testing: disable failing test
This commit is contained in:
Jörg Thalheim 2022-10-28 16:41:22 +02:00 committed by GitHub
commit 4fce894940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [