diff --git a/tests/python/test_pyintegration.py b/tests/python/test_pyintegration.py index f753fad..d6a9102 100644 --- a/tests/python/test_pyintegration.py +++ b/tests/python/test_pyintegration.py @@ -112,7 +112,7 @@ class TestSimpleStubModule(object): @pytest.mark.skipif( - sys.version_info < (3, 5), reason="Annotations are invalid in Python <3.5" + sys.version_info < (3, 6), reason="Annotations are invalid in Python <3.5" ) class TestAnnotationsModule(object): @pytest.fixture(autouse=True, scope="class")