Skip to content

Commit 55a1dcd

Browse files
committed
Add TODO related to dropping the entire test module
1 parent c7dc648 commit 55a1dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_typeclass/test_typed_dict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
if sys.version_info[:2] >= (3, 9): # noqa: C901
99
pytestmark = pytest.mark.skip('Only python3.7 and python3.8 are supported')
1010
else:
11+
# TODO drop it completely since classes support Python 3.10+
1112
class _User(TypedDict):
1213
name: str
1314
registered: bool

0 commit comments

Comments
 (0)