Closed mzfr closed 4 years ago
Could you please take a look why the tests build has error state?
Yes, I had taken a look and it seems that there is some issue in installing the aiopg
package. Not sure why that is happening. I'll try to find the solution for this ASAP.
@mzfr please fix the travis build, seems like some tests are broken
@afeena Tests seems to work locally but they are failing due to postgres not found on 127.0.0.1
. Not sure why the docker file is not getting build.
@mzfr Have you defined postgres in travis config?
@mzfr Could you please take a look into the warning as well /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/aiopg/pool.py:310: ResourceWarning: Unclosed 1 connections in <aiopg.pool.Pool object at 0x7fb8ebf3add8> ResourceWarning)
In this PR I've updated all the existing tests that were failing because of all the new changes made to the code.