Skip to content

Commit 87ca406

Browse files
committed
this skip is no longer needed
1 parent 8fb893c commit 87ca406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mock/tests/testhelpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ class Sub(SomeClass):
502502
self._check_someclass_mock(mock)
503503

504504

505-
@pytest.mark.skipif(IS_PYPY,
506-
reason="https://bitbucket.org/pypy/pypy/issues/3010")
507505
def test_spec_has_descriptor_returning_function(self):
508506

509507
class CrazyDescriptor(object):

0 commit comments

Comments
 (0)