Skip to content

Commit 7007d60

Browse files
committed
Oops, remember the allow_module_level flag
1 parent 6120255 commit 7007d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_forward_refs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pytest
1111

1212
if sys.version_info < (3, 7):
13-
pytest.skip("ForwardRefs feature requires Python 3.7+")
13+
pytest.skip("ForwardRefs feature requires Python 3.7+", allow_module_level=True)
1414

1515

1616
class FooModel(pydantic.BaseModel):

0 commit comments

Comments
 (0)