re-enable pypy3 now that importlib-metadata 0.18 is released
This commit is contained in:
parent
108fad1ac0
commit
f586d627b3
|
@ -87,10 +87,6 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: '3.8-dev'
|
- python: '3.8-dev'
|
||||||
env: TOXENV=py38-xdist
|
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:
|
before_script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue