Update algorithm list for snowball 3.1.0 - #59
Conversation
|
Thanks. I wondered why we weren't running this doctest in CI, and that's was because of some unhelpful backslashes (coupled with python apparently ignoring anything on the command line after I then merged your patch, which fixed builds for python < 3.10 but newer versions fail, apparently because nose is still trying use It looks like nose is an inactive project as the last release was 2015: https://pypi.org/project/nose/#history - that would explain why it doesn't know about changes in recent python 3.x. Do you know how to update to use something else instead of nose? |
|
Opened #60 to use pytest instead :) |
No description provided.