Skip to content

Commit

Permalink
Skip pyright test on py 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 27, 2022
1 parent c620f58 commit 5945beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def assert_pyright_output(
assert ex_err in error


@pytest.mark.skipif(sys.version_info < (3, 7))
@pytest.mark.parametrize(
"arguments, assertions",
[
Expand Down

0 comments on commit 5945beb

Please sign in to comment.