Commit graph

14 commits

Author SHA1 Message Date
Evgeny Markov
c8d0751fe3
Drop Python 3.6 support (#543)
The following steps have been taken:

1. Black was updated to latest version. The code has been formatted with
the new version.
2. The pyupgrade utility is installed. This helped to remove all the
code that was needed to support Python < 3.7.

Fix #541.

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-05-24 01:41:08 +09:00
sblondon
feec06206c
Drop python2 support (#519)
The PR removes python2 references and cases.

Close #518

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-05-21 16:26:39 +09:00
Inada Naoki
d8e3cf0563
Make strict_map_key default to True (#392) 2019-12-06 22:23:15 +09:00
Inada Naoki
7e9905bdfa
Use new msgpack spec by default. (#386) 2019-12-05 21:34:10 +09:00
Inada Naoki
10e5e39ff9 blacken test 2019-12-05 18:51:45 +09:00
INADA Naoki
593c832ab0 Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
INADA Naoki
c2a2d417f1 Fix warnings in tests. 2012-09-24 02:20:53 +09:00
INADA Naoki
2122b46b84 Fix using deprecated api in tests. 2012-07-04 14:58:36 +09:00
INADA Naoki
0b38e86534 unify tests for py2 and py3 2012-06-19 13:55:14 +09:00
INADA Naoki
367f15c247 Add unicode testcase for Python2. 2010-10-07 03:07:52 +09:00
Naoki INADA
472f5be977 Fix tests. 2009-12-17 17:58:41 +09:00
Naoki INADA
6201e623e2 Fix tests. 2009-06-29 11:21:28 +09:00
Naoki INADA
f46498bcdf Fix error on packing unsigned long long. 2009-06-29 10:09:04 +09:00
Naoki INADA
ca0bda01f1 Add some test cases. 2009-06-29 09:31:43 +09:00