Skip to content

Commit 6ef2e27

Browse files
ignore documentation test for pypy
1 parent c7f22dc commit 6ef2e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/test/test_repl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def test_issue572(self):
222222
self.set_input_line("WonderfulSpam(")
223223
self.assertTrue(self.repl.get_args())
224224

225+
@unittest.skipIf(pypy, 'pypy pydoc doesn\'t have this')
225226
def test_issue583(self):
226227
self.repl = FakeRepl()
227228
self.repl.push("a = 1.2\n", False)

0 commit comments

Comments
 (0)