Remove unused monkeypatch.

This commit is contained in:
Andris Raugulis 2016-10-05 09:28:10 +03:00
parent 7959c7448a
commit 4b69544d91
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TestBuffer(object):
assert w(p[0]) == self._b(p[1]) assert w(p[0]) == self._b(p[1])
assert r(self._b(p[1])) == p[0] assert r(self._b(p[1])) == p[0]
def test_bitlen(self, monkeypatch): def test_bitlen(self):
class Py26Int(int): class Py26Int(int):
def bit_length(self): def bit_length(self):
raise AttributeError raise AttributeError