Skip to content

Commit 271ec02

Browse files
authored
Merge pull request #110 from mulkieran/bgurney-rh-f41-current
Advance current development environment to Fedora 41
2 parents f01aa9a + 6670d54 commit 271ec02

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -42,8 +45,6 @@ jobs:
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

.github/workflows/weekly.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/dbus_python_client_gen/_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)