Docker runner pytest does not collect testcases
问题 I am successfully put ssh-key to docker runner and it can git clone to do dependencies installation. If I use ordinary build-in python manage.py test it works fine. But I am now working with pytest . I can run pytest on ly command line and got results normal. $ pytest ===================================================================================== test session starts ===================================================================================== platform darwin -- Python 3.6.4,