It builds so it solves the pytest incompatibility but the update is not generally functional and it also does not solve the second bug because it contains version 1.24.1 and not 1.25.0-rc2.
# rpm -qi docker-compose | head -n 2
Name : docker-compose
Version : 1.24.1
# docker-compose --version
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2732, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'ssh'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 794, in resolve
new_requirements = dist.requires(req.extras)[::-1]
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2735, in requires
"%s has no such extra feature %r" % (self, ext)
pkg_resources.UnknownExtra: docker 4.0.1 has no such extra feature 'ssh'
[root@a12a3b7f1b94 /]# docker-compose --help
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2732, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'ssh'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 794, in resolve
new_requirements = dist.requires(req.extras)[::-1]
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2735, in requires
"%s has no such extra feature %r" % (self, ext)
pkg_resources.UnknownExtra: docker 4.0.1 has no such extra feature 'ssh'
It seems that the Python Docker SDK has some extra functionalities like docker[tls] or docker[ssh] and the later one is not available. https://pypi.org/project/docker/
This update has been submitted for testing by error.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
It builds so it solves the pytest incompatibility but the update is not generally functional and it also does not solve the second bug because it contains version 1.24.1 and not 1.25.0-rc2.
It seems that the Python Docker SDK has some extra functionalities like docker[tls] or docker[ssh] and the later one is not available. https://pypi.org/project/docker/
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update can be pushed to stable now if the maintainer wishes
This update's test gating status has been changed to 'greenwave_failed'.
This update's test gating status has been changed to 'ignored'.
This update has been unpushed.