11diff --color -ruN python-dbus-fast/pyproject.toml python-dbus-fast-patched/pyproject.toml
2- --- python-dbus-fast/pyproject.toml 2026-04-02 04:41:00 .000000000 +0000
3- +++ python-dbus-fast-patched/pyproject.toml 2026-04-07 17:38:23.494416545 +0000
2+ --- python-dbus-fast/pyproject.toml 2026-05-20 13:42:08 .000000000 +0000
3+ +++ python-dbus-fast-patched/pyproject.toml 2026-05-20 16:49:02.878437546 +0000
44@@ -46,7 +46,6 @@
55
66 [tool.poetry.group.dev.dependencies]
77 pytest = ">=7,<10"
88- pytest-cov = ">=3,<8"
99 pytest-asyncio = ">=0.19,<1.4"
1010 pycairo = "^1.21.0"
11- PyGObject = {version = ">=3.50,<3.51 ", python = "<4"}
11+ PyGObject = {version = ">=3.50,<3.57 ", python = "<4"}
1212@@ -54,7 +53,6 @@
1313 setuptools = ">=65.4.1,<83.0.0"
1414 pytest-timeout = "^2.1.0"
15- pytest-codspeed = ">=3.1.1,<5 .0.0"
15+ pytest-codspeed = ">=3.1.1,<6 .0.0"
1616- covdefaults = "^2.3.0"
17+ blockbuster = ">=1.5.5,<2.0.0"
1718
1819 [tool.semantic_release]
19- branch = "main"
20- @@ -63,21 +61,11 @@
20+ @@ -64,7 +62,7 @@
2121 build_command = "pip install poetry && poetry build"
2222
2323 [tool.pytest.ini_options]
@@ -26,7 +26,10 @@ diff --color -ruN python-dbus-fast/pyproject.toml python-dbus-fast-patched/pypro
2626 pythonpath = ["src"]
2727 filterwarnings = [
2828 "error",
29- '''ignore:The global interpreter lock \(GIL\) has been enabled to load module 'gi\._gi'.*:RuntimeWarning''',
29+ @@ -83,16 +81,6 @@
30+ # builds (Ubuntu 25.10 / s390x leg) for symbols moved to the GLibUnix
31+ # namespace. The override loader trips the warning before any test runs.
32+ '''ignore:GLib\.unix_[a-z_]+ is deprecated.*:DeprecationWarning''',
3033- ]
3134-
3235- [tool.coverage.run]
0 commit comments