We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5928198 commit dbc1d4fCopy full SHA for dbc1d4f
bpython/test/test_import_not_cyclical.py
@@ -71,7 +71,7 @@ def test_simple_symbolic_link_loop(self):
71
self.filepaths.remove(thing)
72
73
else:
74
- @unittest.skip()
+ @unittest.skip("test doesn't work in python 2")
75
def test_skip():
76
pass
77
0 commit comments