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 668ef03 commit 102da9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_formatter/test_formatter_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import os
import subprocess
import sys

import pytest

Expand Down Expand Up @@ -120,6 +121,7 @@ def test_formatter_correct(snapshot, cli_options, output):
)


@pytest.mark.skipif(sys.version_info < (3, 7), '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 102da9d

Please sign in to comment.