python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Usage of babel.numbers.format_number is deprecated #167

Closed jugmac00 closed 3 years ago

jugmac00 commented 4 years ago
py36 run-test: commands[0] | make test
.................../home/jugmac00/Projects/flask-babel/.tox/py38/lib/python3.8/site-packages/babel/numbers.py:352: DeprecationWarning: Use babel.numbers.format_decimal() instead.
  warnings.warn('Use babel.numbers.format_decimal() instead.', DeprecationWarning)

Steps to reproduce

tox -e py36
jugmac00 commented 3 years ago

Thank you for taking care of the deprecation warning!

I am a bit in deep sorrow, that support for tox was removed, so I cannot easily reproduce the warning, but I guess there was a good reason.

Thanks for your work!