system test are failing with latest python spanner release #645
Description
System test is failing with nox -s system
command.
> raise ValueError(NUMERIC_MAX_SCALE_ERR_MSG.format(abs(scale)))
E ValueError: Max scale for a numeric is 9. The requested numeric has scale 28
Environment details
- Programming language: python
- OS: Mac
- Language runtime version: python 3.8
- Package version:
django-google-spanner 2.2.1b1
google-cloud-spanner 3.4.0
Steps to reproduce
- Run nox -s system test
The test raises Value error
FAILED tests/system/django_spanner/test_decimal.py::TestDecimal::test_decimal_precision_limit - ValueError: Max scale for a numeric is 9. The requested numeric has scale 28