indigo-dc / flaat

FLAsk with Access Tokens - FLAAT
MIT License
11 stars 6 forks source link

Unit tests not working #79

Closed vrbanecd closed 7 months ago

vrbanecd commented 7 months ago

Hi!

When I added the patch to solve our issue we also included some unit tests to issuers_test.pyto test the patch. However, we couldn't run the unit test locally- some packages don't seem to be working anymore.

marcvs commented 7 months ago

Did you try tox -e pytest ? That installs the dependencie (pytest < 8 is the one that I identified recently)