python3.pkgs.flask_testing: disable failing test
This commit is contained in:
parent
b3c0c4979e
commit
9f8dadb082
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ buildPythonPackage rec {
|
||||||
"test_assert_redirects"
|
"test_assert_redirects"
|
||||||
"test_server_listening"
|
"test_server_listening"
|
||||||
"test_server_process_is_spawned"
|
"test_server_process_is_spawned"
|
||||||
|
# change in repr(template) in recent flask
|
||||||
|
"test_assert_template_rendered_signal_sent"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue