From 108fad1ac0c494686d6131e766721aedf3de5b04 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 11 Jun 2019 10:53:32 -0700 Subject: [PATCH 1/2] Revert "ci: Travis: remove pypy3 job for now" This reverts commit 47022b36cb5e235d26c1d50503c0705faf56e378. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81207efbe..78ae405fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,10 @@ jobs: - env: TOXENV=py37 python: '3.7' + # Coverage tracking is slow with pypy, skip it. + - env: TOXENV=pypy3-xdist + python: 'pypy3' + - env: TOXENV=py35-xdist python: '3.5' @@ -83,6 +87,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: - | From f586d627b343660d75e7bcb77157c2058bdc0f81 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 11 Jun 2019 10:54:16 -0700 Subject: [PATCH 2/2] re-enable pypy3 now that importlib-metadata 0.18 is released --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78ae405fb..2dd424e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,10 +87,6 @@ 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: - |