Skip to content

Commit 6f4b4ef

Browse files
committed
Corrected version to Python to skip tests for
1 parent cac774c commit 6f4b4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/python/test_pyintegration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_integration(self):
112112

113113

114114
@pytest.mark.skipif(
115-
sys.version_info < (3, 5), reason="Annotations are invalid in Python <3.5"
115+
sys.version_info < (3, 6), reason="Annotations are invalid in Python <3.5"
116116
)
117117
class TestAnnotationsModule(object):
118118
@pytest.fixture(autouse=True, scope="class")

0 commit comments

Comments
 (0)