Open yeldiRium opened 6 years ago
The first error message is a deprecation warning about psycopg2
removing the wheel package from pypi in the next version. This message will disappear when psycopg>=2.8
is released. We should freeze psycopg=2.7
and then test if the source distribution builds without errors in the backend
container.
The second warning doesn't concern us, as we're not using the feature. We might consider explicitly disabling this feature to suppress the warning.
We might consider explicitly disabling this feature to suppress the warning.
That would be good since every flask cli usage prints the warning.
This message will disappear when psycopg>=2.8 is released.
So after release we'll switch to psycopg-binary
, if I understand the message correctly?
We will not switch to the binary distribution if possible, as the maintainer discourages the use of it in a production environment.
We will have to test if the source distribution builds okay on the backend container.