Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 900657

Summary: dev-python/selenium-4.8.2 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 900601    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-03-10 08:35:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/selenium-4.8.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-10 08:35:13 UTC
Created attachment 857101 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-10 08:35:14 UTC
Error(s) that match a know pattern:


E       AssertionError: assert {'capabilities': {'alwaysMatch': {'pageLoadStrategy': 'normal'}, 'firstMatch': [{'browserName': 'chrome', 'goog:chromeOptions': {'extensions': [], 'args': []}}, {'browserName': 'firefox', 'acceptInsecureCerts': True, 'moz:debuggerAddress': True, 'moz:firefoxOptions': {'args': ['foo']}}]}} == {'capabilities': {'alwaysMatch': {'pageLoadStrategy': 'normal'}, 'firstMatch': [{'browserName': 'chrome', 'goog:chromeOptions': {'extensions': [], 'args': []}}, {'browserName': 'firefox', 'acceptInsecureCerts': True, 'moz:debuggerAddress': True}]}}
FAILED test/unit/selenium/webdriver/remote/new_session_tests.py::test_first_match_when_2_different_option_types
Comment 3 Larry the Git Cow gentoo-dev 2023-03-10 09:00:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c41103b0ca9738bb87df4ed6f75e644fb673b

commit 189c41103b0ca9738bb87df4ed6f75e644fb673b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-10 08:59:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-10 09:00:35 +0000

    dev-python/selenium: add pytest-mock test dep
    
    Closes: https://bugs.gentoo.org/900657
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/selenium/selenium-4.8.2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)