mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove mutable from attrs signature tests
This commit is contained in:
@@ -359,7 +359,6 @@ def test_dataclass_signature(Script, skip_pre_python37, start, start_params):
|
||||
'start, start_params', [
|
||||
['@define\nclass X:', []],
|
||||
['@frozen\nclass X:', []],
|
||||
['@mutable\nclass X:', []],
|
||||
['@define(eq=True)\nclass X:', []],
|
||||
[dedent('''
|
||||
class Y():
|
||||
|
||||
Reference in New Issue
Block a user