HomeSoftware Heritage

Use PostgreSQL backend in django database in tests

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Use PostgreSQL backend in django database in tests

Added reset_sequence=True in the db fixture
Pinned psycopg2 to < 2.9 (To fix UTC related assertion error)
Changed conftest to use sqlite3 for frontend tests

Details

Commit No Longer Exists

This commit no longer exists in the repository.