We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of Python 3.10, the nose based testing for Recipe Robot is no longer working. This error is produced:
nose
AttributeError: module 'collections' has no attribute 'Callable'
The issue is identified here, and sounds like there won't be a fix.
Suggested next step is to switch to pytest.
pytest
The text was updated successfully, but these errors were encountered:
homebysix
No branches or pull requests
As of Python 3.10, the
nose
based testing for Recipe Robot is no longer working. This error is produced:The issue is identified here, and sounds like there won't be a fix.
Suggested next step is to switch to
pytest
.The text was updated successfully, but these errors were encountered: