Fix pytester internal plugin to work correctly with latest versions of zope.interface

Fix #1989
This commit is contained in:
Bruno Oliveira
2017-01-19 20:47:45 -02:00
parent d15724f74f
commit 2574da8d32
4 changed files with 7 additions and 13 deletions
-4
View File
@@ -29,10 +29,6 @@ env:
- TESTENV=docs
matrix:
allow_failures:
# see #1989
- env: TESTENV=py27-trial
- env: TESTENV=py35-trial
include:
- env: TESTENV=py36
python: '3.6-dev'