File tree Expand file tree Collapse file tree 3 files changed +8
-40
lines changed
src/dbus_python_client_gen Expand file tree Collapse file tree 3 files changed +8
-40
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ jobs:
20
20
task : make -f Makefile fmt-travis
21
21
- dependencies : yamllint
22
22
task : make -f Makefile yamllint
23
- - dependencies : pylint python3-into-dbus-python
23
+ - dependencies : pylint python3-into-dbus-python python3-setuptools
24
24
task : PYTHONPATH=./src make -f Makefile lint
25
- - dependencies : python3-into-dbus-python
25
+ - dependencies : python3-into-dbus-python python3-setuptools
26
26
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
28
31
task: PYTHONPATH=./src make -f Makefile coverage
29
32
runs-on : ubuntu-latest
30
- container : fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
33
+ container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
31
34
steps :
32
35
- uses : actions/checkout@v4
33
36
- name : Install dependencies
42
45
strategy :
43
46
matrix :
44
47
include :
45
- - dependencies : pylint python3-into-dbus-python
46
- task : PYTHONPATH=./src make -f Makefile lint
47
48
- dependencies : python3-into-dbus-python
48
49
task : PYTHONPATH=./src make -f Makefile test
49
50
- 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__(
164
164
method_name ,
165
165
expected ,
166
166
actual ,
167
- ): # pylint: disable=too-many-arguments
167
+ ): # pylint: disable=too-many-arguments, too-many-positional-arguments
168
168
"""
169
169
Initialize a DPClientKeywordError with the mismatched arguments.
170
170
You can’t perform that action at this time.
0 commit comments