From a6dc283133c6ee3a3fdedacf5d363d72b58ffa88 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 2 Jun 2019 20:19:34 +0200 Subject: [PATCH] Revert "ci: Travis: add pypy3 to allowed failures temporarily" This reverts commit 5ac498ea9634729d3281d67a8cd27d20a34cf684. The idea is that maybe https://github.com/pytest-dev/pytest/pull/5360 fixes the failures here also. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9914800f808..4b3736793b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,9 +112,6 @@ matrix: allow_failures: - python: '3.8-dev' env: TOXENV=py38-xdist - # Temporary (https://github.com/pytest-dev/pytest/pull/5334). - - env: TOXENV=pypy3-xdist - python: 'pypy3' before_script: - |