summaryrefslogtreecommitdiff
path: root/mock/tests/testhelpers.py
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2019-10-16 08:22:18 +0100
committerChris Withers <chris@withers.org>2019-10-16 08:22:18 +0100
commit064c55c5b3026bcd7e29b1cf942912654777d6c4 (patch)
tree5fd556b3812bf2de884557229fdb6172c9e89436 /mock/tests/testhelpers.py
parentd6b42149bb87cf38729eef8a100c473f602ef7fa (diff)
downloadmock-064c55c5b3026bcd7e29b1cf942912654777d6c4.tar.gz
link to the pypy issue
Diffstat (limited to 'mock/tests/testhelpers.py')
-rw-r--r--mock/tests/testhelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/tests/testhelpers.py b/mock/tests/testhelpers.py
index d56a47f..a5654ad 100644
--- a/mock/tests/testhelpers.py
+++ b/mock/tests/testhelpers.py
@@ -974,7 +974,7 @@ class SpecSignatureTest(unittest.TestCase):
@unittest.skipIf('PyPy' in sys.version and sys.version_info > (3, 0),
- "See https://github.com/testing-cabal/mock/issues/452")
+ "https://bitbucket.org/pypy/pypy/issues/3010")
def test_autospec_on_bound_builtin_function(self):
meth = six.create_bound_method(time.ctime, time.time())
self.assertIsInstance(meth(), str)