This fixes the tests, which were broken since WaiverDB no longer works
with SQLite, it requires Postgres.
This also avoids the issue of WaiverDB wanting Python 3 but ResultsDB
wanting Python 2. And various other edge cases with running all three
applications in the same address space. Plus it makes the tests more
realistic.
This fixes the tests, which were broken since WaiverDB no longer works
with SQLite, it requires Postgres.
This also avoids the issue of WaiverDB wanting Python 3 but ResultsDB
wanting Python 2. And various other edge cases with running all three
applications in the same address space. Plus it makes the tests more
realistic.