this skip is no longer needed
diff --git a/mock/tests/testhelpers.py b/mock/tests/testhelpers.py
index eea9fe2..2a28796 100644
--- a/mock/tests/testhelpers.py
+++ b/mock/tests/testhelpers.py
@@ -502,8 +502,6 @@
             self._check_someclass_mock(mock)
 
 
-    @pytest.mark.skipif(IS_PYPY,
-                        reason="https://bitbucket.org/pypy/pypy/issues/3010")
     def test_spec_has_descriptor_returning_function(self):
 
         class CrazyDescriptor(object):