CiviWiki / OpenCiviWiki

Building a Better Democracy for the Internet Age
https://civi.wiki
Other
590 stars 346 forks source link

Fix falied pipeline #1400

Closed gorkemarslan closed 2 years ago

gorkemarslan commented 2 years ago

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.