From 9349c72cacb328850fc17c5f691455dd2e4be3aa Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 4 Jun 2019 20:17:51 -0300 Subject: [PATCH] Allow pypy3 failures again Related to #5317 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6693eb68..61d4df4df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,10 @@ matrix: allow_failures: - python: '3.8-dev' env: TOXENV=py38-xdist + # failing due to ResourceWarning exceptions: + # https://github.com/pytest-dev/pytest/issues/5317 + - env: TOXENV=pypy3-xdist + python: 'pypy3' before_script: - |