From 3ddba2b93dad14f2cfe2bc1d8a9250aa24cfc105 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Thu, 13 Feb 2020 13:32:15 -0300 Subject: [PATCH] Disable tests for Python 3.8 It seems that there is a bug in aiohttp lib for this version of Python. See: https://github.com/aio-libs/aiohttp/issues/4549 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 389647c..ffb8442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "3.6" - "3.7" - - "3.8" # command to install dependencies install: @@ -28,4 +27,4 @@ deploy: addons: apt: packages: - - rabbitmq-server \ No newline at end of file + - rabbitmq-server