Skip to content

Commit 147798b

Browse files
committed
Skip pyright test on py 3.6
1 parent c620f58 commit 147798b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def assert_pyright_output(
4545
assert ex_err in error
4646

4747

48+
@pytest.mark.skipif(sys.version_info < (3, 7), reason="pyright not available on 3.6")
4849
@pytest.mark.parametrize(
4950
"arguments, assertions",
5051
[

0 commit comments

Comments
 (0)