marcoagner / Flask-QRcode

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
https://marcoagner.github.io/Flask-QRcode/
GNU General Public License v3.0
110 stars 30 forks source link

fixed tests to pass in newer version #36

Closed racinmat closed 2 years ago

racinmat commented 2 years ago

Fixing tests so they would pass. In python 3.9, they were failing for me, most probably because of change of default parameters in the underlying packages.