From ecd42b610d88635dbc17cebad70b70289e6b711b Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Sat, 8 Jun 2019 15:10:26 -0400 Subject: [PATCH] tests: allow failure on python nightly seems to be due to a bunch of asyncio.exceptions.CancelledError --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5ea318f15..d8effe70e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ dist: xenial language: python matrix: fast_finish: true + allow_failures: + - python: nightly addons: apt: packages: -- 2.47.2