Skip to content

Commit 7655a2e

Browse files
author
Sylvain MARIE
committed
Fixed test for python < 3.6
1 parent 1d0ad2c commit 7655a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyfields/tests/issues/test_issue_74_76.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def test_issue_74():
1515
assert c.buildings == []
1616

1717

18+
@pytest.mark.skipif(sys.version_info < (3, 6), reason="Annotations not supported in python < 3.6")
1819
def test_issue_76():
1920
""" issue 76 is fixed """
2021
from ._test_py36 import test_issue_76

0 commit comments

Comments
 (0)