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

boto test fails under python 3.12 #36

Open
jschwartzentruber opened this issue Jul 8, 2024 · 0 comments
Open

boto test fails under python 3.12 #36

jschwartzentruber opened this issue Jul 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jschwartzentruber
Copy link
Contributor

tox -e py312 results in the following pytest collection error:

ImportError while importing test module '/home/truber/src/m/guided-fuzzing-daemon/tests/test_afl.py'.                                                                                                                                                                            
Hint: make sure your test modules/packages have valid Python names.                                                                                                                                                                                                              
Traceback:                                                                                                                                                                                                                                                                       
../../../.local/lib/python3.12/importlib/__init__.py:90: in import_module                                                                                                                                                                                                        
    return _bootstrap._gcd_import(name[level:], package, level)                                                                                                                                                                                                                  
tests/test_afl.py:13: in <module>                                                                                                                                                                                                                                                
    from guided_fuzzing_daemon.afl import afl_main                                                                                                                                                                                                                               
src/guided_fuzzing_daemon/afl.py:21: in <module>                                                                                                                                                                                                                                 
    from .s3 import S3Manager                                                                                                                                                                                                                                                    
src/guided_fuzzing_daemon/s3.py:35: in <module>
    from boto.s3.connection import S3Connection
.tox/py312/lib/python3.12/site-packages/boto/__init__.py:27: in <module>
    from boto.pyami.config import Config, BotoConfigLocations
.tox/py312/lib/python3.12/site-packages/boto/pyami/config.py:29: in <module>
    from boto.compat import expanduser, ConfigParser, NoOptionError, NoSectionError, StringIO
.tox/py312/lib/python3.12/site-packages/boto/compat.py:52: in <module>
    from boto.vendored.six.moves import filter, http_client, map, _thread, \
E   ModuleNotFoundError: No module named 'boto.vendored.six.moves'
@jschwartzentruber jschwartzentruber added the bug Something isn't working label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant