Since sqlite is updated to 3.26 the tests for graphite-web fail with the error: django.db.utils.OperationalError: no such table: main.auth_user__old It seems that this is an issue in Django, https://code.djangoproject.com/ticket/29182
I suppose something here should help: https://github.com/django/django/commit/c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f https://github.com/django/django/commit/7289874adceec46b5367ec3157cdd10c711253a0 https://github.com/django/django/commit/894cb13779e6d092974c873bd2cf1452554d2e06 Such sqlite update should have not go into a stable release of Fedora :(
There is a report, that this is fixed by https://bodhi.fedoraproject.org/updates/FEDORA-2018-ccbe8b931c. Can you give it a try? It's a security fix, you should try it anyways.
Correction: the link is supposed to be https://bodhi.fedoraproject.org/updates/FEDORA-2019-a7b53ed5a3
Tests seem to work again, thanks.