Skip to content

Commit

Permalink
Skip failing pypy test
Browse files Browse the repository at this point in the history
- See #3237
  • Loading branch information
stevepiercy committed Nov 12, 2019
1 parent 9962ea5 commit c123658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyramid/tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ def _makeOne(self, system, val=None):
from pyramid.events import BeforeRender
return BeforeRender(system, val)

@testing.skip_on(
'pypy'
) # see https://github.com/Pylons/pyramid/issues/3237
def test_instance_conforms(self):
from zope.interface.verify import verifyObject
from pyramid.interfaces import IBeforeRender
Expand Down

0 comments on commit c123658

Please sign in to comment.