Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove reduntant test
  • Loading branch information
isidentical committed Oct 4, 2020
commit 86181e41c167b2325219aeda96647f54c4102277
7 changes: 0 additions & 7 deletions Lib/test/test_dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -2805,13 +2805,6 @@ class C:


class TestStringAnnotations(unittest.TestCase):
def test_double_stringification(self):
@dataclass
class T:
a: "typing.ClassVar[int]"

T()

def test_classvar(self):
# These tests assume that both "import typing" and "from
# typing import *" have been run in this file.
Expand Down