Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
553 stars 152 forks source link

Switch from Nose to Pytest (or other test framework) #184

Closed EwoutH closed 2 years ago

EwoutH commented 2 years ago

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.

dhadka commented 2 years ago

I have https://github.com/Project-Platypus/Platypus/pull/185 ready to switch to pytest once your PR merges.