File tree Expand file tree Collapse file tree
src/dbus_python_client_gen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ jobs:
2020 task : make -f Makefile fmt-travis
2121 - dependencies : yamllint
2222 task : make -f Makefile yamllint
23- - dependencies : pylint python3-into-dbus-python
23+ - dependencies : pylint python3-into-dbus-python python3-setuptools
2424 task : PYTHONPATH=./src make -f Makefile lint
25- - dependencies : python3-into-dbus-python
25+ - dependencies : python3-into-dbus-python python3-setuptools
2626 task : PYTHONPATH=./src make -f Makefile test
27- - dependencies : python3-coverage python3-into-dbus-python
27+ - dependencies : >
28+ python3-coverage
29+ python3-into-dbus-python
30+ python3-setuptools
2831 task: PYTHONPATH=./src make -f Makefile coverage
2932 runs-on : ubuntu-latest
30- container : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
33+ container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
3134 steps :
3235 - uses : actions/checkout@v4
3336 - name : Install dependencies
4245 strategy :
4346 matrix :
4447 include :
45- - dependencies : pylint python3-into-dbus-python
46- task : PYTHONPATH=./src make -f Makefile lint
4748 - dependencies : python3-into-dbus-python
4849 task : PYTHONPATH=./src make -f Makefile test
4950 - dependencies : python-setuptools python3-into-dbus-python
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def __init__(
164164 method_name ,
165165 expected ,
166166 actual ,
167- ): # pylint: disable=too-many-arguments
167+ ): # pylint: disable=too-many-arguments, too-many-positional-arguments
168168 """
169169 Initialize a DPClientKeywordError with the mismatched arguments.
170170
You can’t perform that action at this time.
0 commit comments