Project-Platypus/Platypus

Switch from Nose to Pytest (or other test framework)

EwoutH opened this issue · 1 comments

Nose doesn't support Python 3.10 (as can be seen in #183), so testing should be switched over to another framework, pytest for example.

I have #185 ready to switch to pytest once your PR merges.