The issue happens because pytest couldn't find static files during the tests. I am not sure if there is a more efficient way than running collectstatic command. I believe there should be a way to suppress non-existing static file errors during tests.
The issue happens because pytest couldn't find static files during the tests. I am not sure if there is a more efficient way than running collectstatic command. I believe there should be a way to suppress non-existing static file errors during tests.