Skip to content

Commit 5945beb

Browse files
committed
Skip pyright test on py 3.6
1 parent c620f58 commit 5945beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/integration/test_typing.py

+1
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))
4849
@pytest.mark.parametrize(
4950
"arguments, assertions",
5051
[

0 commit comments

Comments
 (0)