Small note: installation appears to fail if the locale fr_FR.UTF-8 is not installed, because (and probably also the English one, for that matter) because one of the pytests in the test suite assumes French exists and will fail with locale.Error: unsupported locale setting.
Small note: installation appears to fail if the locale
fr_FR.UTF-8is not installed, because (and probably also the English one, for that matter) because one of the pytests in the test suite assumes French exists and will fail withlocale.Error: unsupported locale setting.Relevant line: https://github.com/sdementen/piecash/blob/ec30cf469198cccf35f7ba968f889d360cfe1824/tests/test_session.py#L116
Relevant log:
Of course easy to workaround by installing French locale :)