datajoint-python
datajoint-python copied to clipboard
convert nosetests to pytest
Bug Report
Description
nose does not support python 3.10 https://github.com/nose-devs/nose/issues/1099 https://nose.readthedocs.io/en/latest/#note-to-users
install nose-py3 instead of nose on Python3.10
Hey @miraclemore, thanks for the suggestions. However, after looking into nose-py3
we have decided not to use it as it does not seem to be a credible project.
Seems like it is much easier to test python logging with pytest than with nosetest, another reason why we should consider switching to pytest.