mozilla-services / updatebot

Automation for updating third party libraries for Firefox
Mozilla Public License 2.0
8 stars 5 forks source link

2022 07 13 bump dependencies #261

Closed tomrittervg closed 2 years ago

updatebot-ci commented 2 years ago
Job Run for 78f14837bf22397203e64b061050e6b2b6b68922

Python 3.5 will no longer be supported in the next feature release of Poetry (1.2).
You should consider updating your Python version to a supported one.

Note that you will still be able to manage Python 3.5 projects by using the env command.
See https://python-poetry.org/docs/managing-environments/ for more information.

The currently activated Python version 3.5.10 is not supported by the project (^3.6).
Trying to find and use a compatible version. 
Using python3.7 (3.7.3)
./components/mach_vendor.py:34:43: E741 ambiguous variable name 'l'
./tests/functionality_all_platforms.py:295:26: E741 ambiguous variable name 'l'
./tests/functionality_all_platforms.py:322:26: E741 ambiguous variable name 'l'
./tests/functionality_all_platforms.py:347:26: E741 ambiguous variable name 'l'
./tests/functionality_all_platforms.py:372:26: E741 ambiguous variable name 'l'
./tests/functionality_all_platforms.py:400:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:269:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:295:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:321:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:349:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:375:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:401:26: E741 ambiguous variable name 'l'
./tests/functionality_two_platforms.py:430:26: E741 ambiguous variable name 'l'
updatebot-ci commented 2 years ago
Job Run for a585f6f5ed9661b10c8300de5e06d2adc95d25d4
Creating virtualenv updatebot-3aSsmiER-py3.6 in /home/circleci/.cache/pypoetry/virtualenvs

  FileNotFoundError

  [Errno 2] No such file or directory: b'/bin/flake8'

  at ~/.pyenv/versions/3.6.15/lib/python3.6/os.py:594 in _execvpe
       590│         path_list = map(fsencode, path_list)
       591│     for dir in path_list:
       592│         fullname = path.join(dir, file)
       593│         try:
    →  594│             exec_func(fullname, *argrest)
       595│         except OSError as e:
       596│             last_exc = e
       597│             tb = sys.exc_info()[2]
       598│             if (e.errno != errno.ENOENT and e.errno != errno.ENOTDIR
updatebot-ci commented 2 years ago
Job Run for a585f6f5ed9661b10c8300de5e06d2adc95d25d4
Creating virtualenv updatebot-3aSsmiER-py3.6 in /home/circleci/.cache/pypoetry/virtualenvs

  FileNotFoundError

  [Errno 2] No such file or directory: b'/bin/coverage'

  at ~/.pyenv/versions/3.6.15/lib/python3.6/os.py:594 in _execvpe
       590│         path_list = map(fsencode, path_list)
       591│     for dir in path_list:
       592│         fullname = path.join(dir, file)
       593│         try:
    →  594│             exec_func(fullname, *argrest)
       595│         except OSError as e:
       596│             last_exc = e
       597│             tb = sys.exc_info()[2]
       598│             if (e.errno != errno.ENOENT and e.errno != errno.ENOTDIR