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 c123658 commit b6fbc4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyramid/tests/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ def _makeOne(self):
from pyramid.testing import DummySession
return DummySession()

@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 ISession
Expand Down

0 comments on commit b6fbc4c

Please sign in to comment.