Skip to content

Commit 4e5827a

Browse files
committed
test: Better fix it.
1 parent 617bd8c commit 4e5827a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_cmd.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def test_subcommand_no_args():
6363

6464

6565
def test_subcommand_with_arg():
66+
if six.PY2:
67+
raise SkipTest
6668
cmd = TestSubcommand()
6769
cmd.start(['--test'])
6870
eq_(cmd.args.test, True)

0 commit comments

Comments
 (0)