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
@gtribello, by reading the manual of nose I found that the first sentence is:
Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.
That is not fun to read.
I found that nose do not work on python >=3.10, and since python 3.8, used in the test/compile suit, is EOL and 3.9 is going to cease support next year, I think PlumedToHTML should move to something else for the test suite
It should not be painful since the tests are plain unittests and nose is only used to run and postprocess them
The text was updated successfully, but these errors were encountered:
@gtribello, by reading the manual of nose I found that the first sentence is:
That is not fun to read.
I found that
nose
do not work on python >=3.10, and since python 3.8, used in the test/compile suit, is EOL and 3.9 is going to cease support next year, I think PlumedToHTML should move to something else for the test suiteIt should not be painful since the tests are plain unittests and nose is only used to run and postprocess them
The text was updated successfully, but these errors were encountered: