Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Automatic update of dependencies by Kebechet for the ubi8 environment #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khebhut[bot]
Copy link
Contributor

@khebhut khebhut bot commented Feb 8, 2023

Kebechet has updated the dependencies to the latest version 🚀
The direct dependencies updated in the pull request are -

Package Name Old Version Updated Version Is Dev
jinja2 3.0.1 3.1.2 False
click 8.0.1 8.1.3 False
pyyaml 5.4.1 6.0 False
boto3 1.18.24 1.26.66 False
backoff 1.11.1 2.2.1 False
mypy 0.910 1.0.0 True
twine 3.4.2 4.0.2 True
pytest 6.2.4 7.2.1 True
pytest-mock 3.6.1 3.10.0 True
pytest-cov 2.12.1 4.0.0 True
moto 2.2.3 4.1.2 True

This Pull Request is based on a Project Thoth GitHub App,
and Kebechet

Environment details

Kebechet version: 1.11.2
Python version: 3.8.13
Platform: Linux-4.18.0-305.34.2.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15

… environment'

Signed-off-by: Kebechet <noreply+kebechet@redhat.com>
@khebhut khebhut bot added the bot to a cyborg team mate! label Feb 8, 2023
@sesheta
Copy link
Contributor

sesheta commented Feb 8, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign accorvin for approval by writing /assign @accorvin in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sesheta sesheta added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 8, 2023
@sesheta
Copy link
Contributor

sesheta commented Feb 8, 2023

Pytest Test failed! Click here
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
creating solgate.egg-info
writing solgate.egg-info/PKG-INFO
writing dependency_links to solgate.egg-info/dependency_links.txt
writing entry points to solgate.egg-info/entry_points.txt
writing requirements to solgate.egg-info/requires.txt
writing top-level names to solgate.egg-info/top_level.txt
writing manifest file 'solgate.egg-info/SOURCES.txt'
reading manifest file 'solgate.egg-info/SOURCES.txt'
writing manifest file 'solgate.egg-info/SOURCES.txt'
running build_ext
lookup_test (unittest.loader._FailedTest) ... ERROR
s3_test (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: lookup_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: lookup_test
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/workspace/repo/tests/lookup_test.py", line 6, in <module>
    from moto.s3.models import s3_backend
ImportError: cannot import name 's3_backend' from 'moto.s3.models' (/opt/app-root/lib64/python3.8/site-packages/moto/s3/models.py)


======================================================================
ERROR: s3_test (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: s3_test
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/workspace/repo/tests/utils/s3_test.py", line 7, in <module>
    from moto.s3.models import s3_backend
ImportError: cannot import name 's3_backend' from 'moto.s3.models' (/opt/app-root/lib64/python3.8/site-packages/moto/s3/models.py)


----------------------------------------------------------------------
Ran 2 tests in 0.001s

FAILED (errors=2)
Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bot to a cyborg team mate! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant