You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format_currency function from Babel version 2.8.0 used in riko's currencyformat.py returns a \xa0 byte character after the currency symbol locally, but not on Travis-CI
(e.g. $\xa010.33 is returned locally, but $10.33 is returned remotely on Travis-CI)
This causes tests to fail either locally or on Travis depending on which value you check for (with or without the \xa0 NO_BREAK_SPACE character).
This is strange behavior that needs looking into.
The text was updated successfully, but these errors were encountered:
The
format_currency
function from Babel version 2.8.0 used in riko's currencyformat.py returns a\xa0
byte character after the currency symbol locally, but not on Travis-CI(e.g.
$\xa010.33
is returned locally, but$10.33
is returned remotely on Travis-CI)This causes tests to fail either locally or on Travis depending on which value you check for (with or without the
\xa0
NO_BREAK_SPACE character).This is strange behavior that needs looking into.
The text was updated successfully, but these errors were encountered: