pygobject / pycairo

Python bindings for cairo
https://pycairo.readthedocs.io
Other
613 stars 83 forks source link

tests: don't error out if cairo doesn't have all features #293

Closed lazka closed 1 year ago

lazka commented 1 year ago

Some users might not enable all cairo features for which we provide bindings. This means we can't test everything, but we shouldn't error out either way.

Fixes #238