mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Update setuptools and black (#498)
* Use setuptools * Use black==22.1.0
This commit is contained in:
parent
89ea57747e
commit
cb50b2081b
13 changed files with 83 additions and 84 deletions
|
@ -118,8 +118,8 @@ def test_issue124():
|
|||
|
||||
def test_unpack_tell():
|
||||
stream = io.BytesIO()
|
||||
messages = [2 ** i - 1 for i in range(65)]
|
||||
messages += [-(2 ** i) for i in range(1, 64)]
|
||||
messages = [2**i - 1 for i in range(65)]
|
||||
messages += [-(2**i) for i in range(1, 64)]
|
||||
messages += [
|
||||
b"hello",
|
||||
b"hello" * 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue