Skip to content

Commit dafaeb5

Browse files
committed
test(test_singleton): fix for Python 3.11
1 parent 524a9c7 commit dafaeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_singleton.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def _assert_same_objects(obj1, obj2):
5353
'__hash__',
5454
'__sizeof__',
5555
'__ge__',
56+
'__getstate__',
5657
}
5758
):
5859
print(attr_name)

0 commit comments

Comments
 (0)