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
Hi, this package seems to require nose. However, nose is no longer maintained and doesn't work in Python 3.12.
nose
REQUIRES = ["urllib3 >= 1.15", "six >= 1.8.0", "certifi >= 14.05.14", "python-dateutil >= 2.5.3", "setuptools >= 21.0.0", "PyJWT>=2.0.0", "cryptography>=2.5", "nose>=1.3.7"]
I suggest we could replace it with pynose instead?... It has the same API and module name, but is made to work with more modern Pythons.
The text was updated successfully, but these errors were encountered:
Thanks for the info. I've created the enhancement ticket DCM-11778 for engineering, and they'll investigate a possible fix for this issue.
Sorry, something went wrong.
Actually, could you instead just remove nose from the package requirements?
nose is only used for running tests, and it's already listed in test-requirements.txt.
test-requirements.txt
Hi @gjcarneiro , Please check the latest 5.0.0rc1 release changes.
Hopefully that resolves your issue.
garg-mudit
No branches or pull requests
Hi, this package seems to require
nose
. However,nose
is no longer maintained and doesn't work in Python 3.12.I suggest we could replace it with pynose instead?... It has the same API and module name, but is made to work with more modern Pythons.
The text was updated successfully, but these errors were encountered: