You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #69 (comment), the nose test library is no longer maintained, and the last release is 9 years old. It currently prevents running tests on python 3.12, which will probably become a problem in the future.
There is an actively maintained fork of nose, pynose: https://pypi.org/project/pynose/, but it is not available from conda, which will complicate building conda packages.
From a very superficial look at the code, nose is mainly used for setup, which should be available from other python unit test libraries.
The text was updated successfully, but these errors were encountered:
As mentioned in #69 (comment), the nose test library is no longer maintained, and the last release is 9 years old. It currently prevents running tests on python 3.12, which will probably become a problem in the future.
There is an actively maintained fork of nose, pynose: https://pypi.org/project/pynose/, but it is not available from conda, which will complicate building conda packages.
From a very superficial look at the code, nose is mainly used for setup, which should be available from other python unit test libraries.
The text was updated successfully, but these errors were encountered: