Closed KPLauritzen closed 7 years ago
Runs pytest for a range of different python versions.
pytest
Check the output of the tests at https://travis-ci.org/KPLauritzen/Nordea-to-YNAB/builds/252295437, where Python 2.7 passes and the other versions fail.
They fail at the install pip ... because of packages that are specific to python2.7.
install pip ...
Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 81)) Downloading functools32-3.2.3-2.zip This backport is for Python 2.7 only.
I can't see where functools is used in the package? Can I just remove it?
Massive thanks 🙇
Runs
pytest
for a range of different python versions.Check the output of the tests at https://travis-ci.org/KPLauritzen/Nordea-to-YNAB/builds/252295437, where Python 2.7 passes and the other versions fail.
They fail at the
install pip ...
because of packages that are specific to python2.7.I can't see where functools is used in the package? Can I just remove it?