Merge pull request #146682 from AleXoundOS/python39Packages.sanic
python39Packages.sanic: disable some flaky tests
This commit is contained in:
commit
8c765487bb
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ buildPythonPackage rec {
|
||||||
"test_create_server_main_convenience"
|
"test_create_server_main_convenience"
|
||||||
"test_debug"
|
"test_debug"
|
||||||
"test_auto_reload"
|
"test_auto_reload"
|
||||||
|
"test_no_exceptions_when_cancel_pending_request"
|
||||||
|
"test_ipv6_address_is_not_wrapped"
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
# https://github.com/sanic-org/sanic/issues/2298
|
# https://github.com/sanic-org/sanic/issues/2298
|
||||||
"test_no_exceptions_when_cancel_pending_request"
|
"test_no_exceptions_when_cancel_pending_request"
|
||||||
|
|
Loading…
Reference in a new issue