Allow pypy3 failures again (#5394)

Allow pypy3 failures again
This commit is contained in:
Bruno Oliveira 2019-06-04 20:22:25 -03:00 committed by GitHub
commit 76d50801fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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:
- |