Skip to content

Commit dbc1d4f

Browse files
made skipping work
1 parent 5928198 commit dbc1d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_import_not_cyclical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_simple_symbolic_link_loop(self):
7171
self.filepaths.remove(thing)
7272

7373
else:
74-
@unittest.skip()
74+
@unittest.skip("test doesn't work in python 2")
7575
def test_skip():
7676
pass
7777

0 commit comments

Comments
 (0)