mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24: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', [
|
'start, start_params', [
|
||||||
['@define\nclass X:', []],
|
['@define\nclass X:', []],
|
||||||
['@frozen\nclass X:', []],
|
['@frozen\nclass X:', []],
|
||||||
['@mutable\nclass X:', []],
|
|
||||||
['@define(eq=True)\nclass X:', []],
|
['@define(eq=True)\nclass X:', []],
|
||||||
[dedent('''
|
[dedent('''
|
||||||
class Y():
|
class Y():
|
||||||
|
|||||||
Reference in New Issue
Block a user