Skip to content

Commit

Permalink
Version 0.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 11, 2022
1 parent 102da9d commit b13e879
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_formatter/test_formatter_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ def test_formatter_correct(snapshot, cli_options, output):
)


@pytest.mark.skipif(sys.version_info < (3, 7), '3.6 is not supported by nbqa')
@pytest.mark.skipif(
sys.version_info < (3, 7),
reason='3.6 is not supported by nbqa',
)
def test_ipynb(snapshot):
"""All correct code should not raise any violations and no output."""
filename = './tests/fixtures/notebook.ipynb'
Expand Down

0 comments on commit b13e879

Please sign in to comment.