amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
260 stars 51 forks source link

4 tests in `test_benchmark_cli.py` failed. #289

Closed cheqianh closed 1 year ago

cheqianh commented 1 year ago

Some unit tests within test_benchmark_cli.py failed. Need to fix them.

cheqianh commented 1 year ago

This is because of the new module statistics only supports python 3.8+. The PR https://github.com/amazon-ion/ion-python/pull/292 fixed this.