We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617bd8c commit 4e5827aCopy full SHA for 4e5827a
test/test_cmd.py
@@ -63,6 +63,8 @@ def test_subcommand_no_args():
63
64
65
def test_subcommand_with_arg():
66
+ if six.PY2:
67
+ raise SkipTest
68
cmd = TestSubcommand()
69
cmd.start(['--test'])
70
eq_(cmd.args.test, True)
0 commit comments