We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120255 commit 7007d60Copy full SHA for 7007d60
1 file changed
tests/test_forward_refs.py
@@ -10,7 +10,7 @@
10
import pytest
11
12
if sys.version_info < (3, 7):
13
- pytest.skip("ForwardRefs feature requires Python 3.7+")
+ pytest.skip("ForwardRefs feature requires Python 3.7+", allow_module_level=True)
14
15
16
class FooModel(pydantic.BaseModel):
0 commit comments