Skip to content

Commit

Permalink
Add a annotation for broken test with Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Aug 2, 2020
1 parent 25cf873 commit 1e0d074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ def test_format_markdown(self):
self.assertEqual('|', table.junction_char)
self.assertEqual(RULE_HEADER, table.hrules)

@unittest.skipIf(sys.version_info < (3, 6, 0),
"To unsupport Python 3.5 in the near future")
def test_format_rst_without_filter(self):
format_rst_args = ['--format=rst']
args = self.parser.parse_args(format_rst_args)
Expand Down

0 comments on commit 1e0d074

Please sign in to comment.