unicef / iogt

BSD 2-Clause "Simplified" License
25 stars 35 forks source link

Reduce number of warning messages in test logs #1610

Closed istride closed 1 year ago

istride commented 1 year ago

There are repeated warnings about the BeautifulSoup HTML parser appearing in the logs while the unit tests are running. The warnings might obscure more important problems that may occur during test runs. The fix is simply to specify exactly which parser to use - I have set it to 'lxml'.