You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+.
The text was updated successfully, but these errors were encountered:
Running the s3-tests with
S3TEST_CONF=conf ./virtualenv/bin/nosetests
return the following traceback:Callable
has been moved undercollections.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+.
The text was updated successfully, but these errors were encountered: