ua-parser / uap-python

Python implementation of ua-parser
Apache License 2.0
561 stars 152 forks source link

Don't just ignore core tests when re2 is not importable #193

Closed masklinn closed 7 months ago

masklinn commented 7 months ago

This makes the import failure (and possibly test failures) completely invisible in "misconfigured" environments, which is exactly what happened in the github action where I forgot to add the dependency.

Fixes #191