Skip to content
New issue

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

Python 3.12 support (replace nose with pynose) #186

Open
gjcarneiro opened this issue Apr 30, 2024 · 3 comments
Open

Python 3.12 support (replace nose with pynose) #186

gjcarneiro opened this issue Apr 30, 2024 · 3 comments
Assignees

Comments

@gjcarneiro
Copy link

Hi, this package seems to require nose. However, nose is no longer maintained and doesn't work in Python 3.12.

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.

@ByungjaeChung
Copy link

ByungjaeChung commented Apr 30, 2024

Thanks for the info. I've created the enhancement ticket DCM-11778 for engineering, and they'll investigate a possible fix for this issue.

@gjcarneiro
Copy link
Author

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.

@garg-mudit garg-mudit self-assigned this May 17, 2024
@garg-mudit
Copy link
Contributor

Hi @gjcarneiro ,
Please check the latest 5.0.0rc1 release changes.

Hopefully that resolves your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants