[Webkit-unassigned] [Bug 230936] New: webkitpy-tests-python3 is randomly failing on EWS : TypeError: __call__() got an unexpected keyword argument 'warn_on_impl'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 28 23:45:37 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230936
Bug ID: 230936
Summary: webkitpy-tests-python3 is randomly failing on EWS :
TypeError: __call__() got an unexpected keyword
argument 'warn_on_impl'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
webkitpy-tests-python3 is randomly failing on EWS : TypeError: __call__() got an unexpected keyword argument 'warn_on_impl'
https://ews-build.webkit.org/#/builders/5/builds/61343
https://ews-build.webkit.org/#/builders/5/builds/61274
https://ews-build.webkit.org/#/builders/5/builds/61257
https://ews-build.webkit.org/#/builders/5/builds/61147
Checking imports ...
Traceback (most recent call last):
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py", line 356, in <module>
sys.exit(main())
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py", line 111, in main
return not tester.run()
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py", line 184, in run
return self._run_tests(names)
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py", line 207, in _run_tests
if not self._check_imports(names):
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py", line 290, in _check_imports
__import__(name)
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/common/config/committers_unittest.py", line 31, in <module>
from webkitpy.test.markers import xfail
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/markers.py", line 26, in <module>
import pytest
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/pytest.py", line 9, in <module>
from _pytest.config import main, UsageError, cmdline, hookspec, hookimpl
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/_pytest/config/__init__.py", line 39, in <module>
import _pytest.hookspec
File "/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/_pytest/hookspec.py", line 744, in <module>
@hookspec(historic=True, warn_on_impl=WARNING_CAPTURED_HOOK)
TypeError: __call__() got an unexpected keyword argument 'warn_on_impl'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210929/f831d874/attachment.htm>
More information about the webkit-unassigned
mailing list