Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900657 - dev-python/selenium-4.8.2 fails tests
Summary: dev-python/selenium-4.8.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 900601
  Show dependency tree
 
Reported: 2023-03-10 08:35 UTC by Agostino Sarubbo
Modified: 2023-03-10 09:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,494.18 KB, text/plain)
2023-03-10 08:35 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)