aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-srsly
Commit message (Collapse)AuthorAgeFilesLines
* testing/py3-srsly: disable on mipsAriadne Conill2020-04-081-1/+1
|
* testing/py3-srsly: upgrade to 2.0.1Oleg Titov2020-03-041-2/+2
| | | | Ref https://github.com/explosion/srsly/releases
* testing/py3-srsly: upgrade to 2.0.0Oleg Titov2020-01-022-27/+3
| | | | | - Ref https://github.com/explosion/srsly/releases - Remove ujson-float-check.patch as it was merged upstream
* testing/py3-srsly: worka round floating point issue in ujson testsNatanael Copa2019-11-142-3/+27
| | | | | | | | | | | | | | | | | | | | Works around the error: ____________ UltraJSONTests.test_decodeFloatingPointAdditionalTests ____________ self = <srsly.tests.ujson.test_ujson.UltraJSONTests testMethod=test_decodeFloatingPointAdditionalTests> def test_decodeFloatingPointAdditionalTests(self): self.assertEqual(-1.1234567893, ujson.loads("-1.1234567893")) self.assertEqual(-1.234567893, ujson.loads("-1.234567893")) self.assertEqual(-1.34567893, ujson.loads("-1.34567893")) self.assertEqual(-1.4567893, ujson.loads("-1.4567893")) self.assertEqual(-1.567893, ujson.loads("-1.567893")) self.assertEqual(-1.67893, ujson.loads("-1.67893")) > self.assertEqual(-1.7893, ujson.loads("-1.7893")) E AssertionError: -1.7893 != -1.7893000000000001 srsly/tests/ujson/test_ujson.py:761: AssertionError
* testing/py3-srsly: new aportOleg Titov2019-11-111-0/+31
https://github.com/explosion/srsly Modern high-performance serialization utilities for Python