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

Test suite broken under python 3.10+ (nose not maintained) #483

Closed
mpaulon opened this issue Jan 24, 2023 · 1 comment
Closed

Test suite broken under python 3.10+ (nose not maintained) #483

mpaulon opened this issue Jan 24, 2023 · 1 comment

Comments

@mpaulon
Copy link

mpaulon commented Jan 24, 2023

Running the s3-tests with S3TEST_CONF=conf ./virtualenv/bin/nosetests return the following traceback:

  File "/home/michael/git/s3flask/s3-tests/virtualenv/lib/python3.10/site-packages/nose/suite.py", line 106, in _set_tests
    if isinstance(tests, collections.Callable) and not is_suite:
AttributeError: module 'collections' has no attribute 'Callable'

Callable has been moved under collections.abc as of python 3.10.
There is the following issue opened on the nose github, but the nose test framework has been unmaintained for several years and it looks like it wont be updated for python 3.10+.

@cbodley
Copy link
Contributor

cbodley commented Feb 17, 2023

thanks @mpaulon. we had to use older python as a workaround for a long time, but this was finally resolved in #482

@cbodley cbodley closed this as completed Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants