Merge pull request #146682 from AleXoundOS/python39Packages.sanic

python39Packages.sanic: disable some flaky tests
This commit is contained in:
Alexander Bantyev 2021-11-20 00:35:12 +03:00 committed by GitHub
commit 8c765487bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"