summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2020-01-29 21:14:42 +0000
committerChris Withers <chris@withers.org>2020-01-29 21:14:42 +0000
commit87ca4065d461e46430070a0f1680e45c9c80a1f0 (patch)
tree4ef01789f28f6ff23e970ea04df0d50f059dfc7c
parent8fb893c3485eee683348e113f90334b6341c99a3 (diff)
downloadmock-87ca4065d461e46430070a0f1680e45c9c80a1f0.tar.gz
this skip is no longer needed
-rw-r--r--mock/tests/testhelpers.py2
1 files changed, 0 insertions, 2 deletions
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 @@ class SpecSignatureTest(unittest.TestCase):
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):