Hugh Han
Hugh Han
It seems like https://stackoverflow.com/questions/58942398/docker-running-a-flask-app-via-gunicorn-worker-timeouts-poor-performance is a similar post, but changing the worker temp directory doesn't fix the issue for me. 😢
I am still having this problem as well in MySQL, using `flask_sqlalchemy`'s `db.Column` to define the columns on my model. Regardless of whether I use `db.Enum` or `sqlalchemy.dialects.mysql.enumerated.ENUM` to define...
I also have this same issue. Is it possible to add something similar to the list of ignored decorators, like a list of superclasses such that all subclasses extending those...
It feels that something like `--strictness-level` could be more accurate? Specific types of errors fall into different categories of strictness. The confidence level percentages seem to imply some probability that...
+1, also interested. While it _is_ a best practice to separate modularize tests such that any test file in itself is not too large, different pieces of code with varying...
@stas00, how did you discover that the kernel was killing your pytest workers in your situation? I am encountering a similar scenario. I am running pytest-xdist on Kubernetes via Gitlab...