Khem Raj
8fb8a8d4e1
python3-pydantic: fix ptest ruff-version skew, pytest.warns skew, missing dep
...
test_docs.py lint-checks every doc/docstring code example through
ruff (via pytest-examples). The installed ruff's rule set is not
version-locked to what pydantic's examples were written for, so ~130
style rules (import sorting, future-annotations, datetime-tz, etc.)
get flagged as failures that are not runtime bugs. Disable only the
lint step in test_docs.py; the examples are still executed.
test_deprecated_fields.py uses pytest.warns(Warning, callable,
match=...); newer pytest forwards match= to the callable instead of
consuming it, so these raise "unexpected keyword argument 'match'".
pytest API version skew; deselect via the existing -k mechanism.
test_internal.py's test_representation_integrations needs asttokens
(via executing/devtools.debug); add python3-asttokens to
RDEPENDS:${PN}-ptest.
AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2026-08-29 21:43:04 -07:00
..
2026-07-20 23:08:10 -07:00
2026-08-04 23:47:55 -07:00
2026-08-12 23:01:41 -07:00
2026-07-07 00:29:01 -07:00
2026-08-04 23:47:55 -07:00
2026-07-12 17:39:43 -07:00
2026-08-13 23:09:51 -07:00
2026-08-29 21:43:04 -07:00
2026-07-07 00:29:02 -07:00
2026-08-16 16:21:50 -07:00
2026-07-16 21:14:57 -07:00
2026-08-27 23:33:14 -07:00
2026-07-08 23:34:15 -07:00
2026-07-21 11:35:04 -07:00
2026-07-09 09:11:52 -07:00
2026-07-19 18:57:37 -07:00
2026-08-13 23:09:51 -07:00
2026-07-09 09:11:52 -07:00
2026-07-16 21:14:53 -07:00
2026-08-04 10:47:40 -07:00
2026-07-08 11:05:07 -07:00
2026-07-09 09:11:53 -07:00
2026-08-17 17:14:24 -07:00
2026-07-07 11:22:41 -07:00
2026-07-18 08:29:45 -07:00
2026-07-09 09:11:53 -07:00
2026-07-21 11:35:04 -07:00
2026-07-10 15:08:45 -07:00
2026-07-19 18:57:37 -07:00
2026-07-09 09:11:53 -07:00
2026-07-08 11:05:07 -07:00
2026-07-10 15:08:46 -07:00
2026-07-22 02:01:51 -07:00
2026-07-08 11:05:03 -07:00
2026-08-24 12:14:07 -07:00
2026-08-03 22:57:39 -07:00
2026-08-19 14:27:37 -07:00
2026-07-31 11:00:10 -07:00
2026-07-28 22:48:15 -07:00
2026-07-16 21:14:55 -07:00
2026-08-19 14:27:37 -07:00
2026-07-16 21:14:54 -07:00
2026-08-26 10:26:44 -07:00
2026-08-13 13:01:35 -07:00
2026-08-13 13:01:36 -07:00
2026-08-10 12:03:55 -07:00
2026-08-10 12:03:56 -07:00
2026-08-26 10:26:44 -07:00
2026-08-13 13:01:36 -07:00
2026-08-10 12:03:56 -07:00
2026-07-20 22:35:47 -07:00
2026-08-10 12:03:55 -07:00
2026-08-27 23:33:13 -07:00
2026-08-13 13:01:36 -07:00
2026-08-19 14:27:38 -07:00
2026-08-10 12:03:56 -07:00
2026-08-26 10:26:44 -07:00
2026-07-28 22:48:28 -07:00
2026-08-29 21:43:04 -07:00
2026-08-13 13:01:37 -07:00
2026-08-10 12:03:56 -07:00
2026-08-04 00:03:48 -07:00
2026-07-22 11:47:21 -07:00
2026-08-13 13:01:37 -07:00
2026-08-10 12:03:56 -07:00
2026-08-19 14:27:56 -07:00
2026-07-08 11:05:04 -07:00
2026-08-10 12:03:57 -07:00
2026-08-12 23:01:41 -07:00
2026-07-16 21:14:56 -07:00
2026-08-13 13:01:37 -07:00
2026-08-19 14:27:39 -07:00
2026-08-26 10:26:44 -07:00
2026-07-22 11:52:17 -07:00
2026-08-27 23:33:13 -07:00
2026-08-26 01:43:11 -07:00
2026-07-20 22:35:47 -07:00
2026-08-19 14:27:40 -07:00
2026-08-13 13:01:37 -07:00
2026-07-20 22:35:47 -07:00
2026-07-16 21:14:56 -07:00
2026-08-10 12:03:57 -07:00
2026-08-04 23:47:55 -07:00
2026-08-19 14:27:40 -07:00
2026-08-13 13:01:37 -07:00
2026-08-06 23:32:43 -07:00
2026-08-13 13:01:38 -07:00
2026-08-13 13:01:38 -07:00
2026-07-28 22:48:20 -07:00
2026-07-28 22:48:21 -07:00
2026-08-19 14:27:41 -07:00
2026-08-13 13:01:38 -07:00
2026-08-04 18:01:15 -07:00
2026-08-04 18:01:16 -07:00
2026-08-19 14:27:41 -07:00
2026-08-03 22:57:40 -07:00
2026-08-16 16:17:14 -07:00
2026-08-19 14:27:41 -07:00
2026-08-19 14:27:41 -07:00
2026-08-26 10:26:44 -07:00
2026-08-19 14:27:42 -07:00
2026-08-13 13:01:38 -07:00
2026-08-26 10:26:44 -07:00
2026-08-13 23:09:51 -07:00
2026-08-16 16:21:41 -07:00
2026-08-13 13:01:39 -07:00
2026-08-19 14:27:42 -07:00
2026-08-13 13:01:39 -07:00
2026-08-29 21:43:04 -07:00
2026-07-07 11:22:41 -07:00
2026-08-29 21:43:04 -07:00
2026-07-20 22:35:47 -07:00
2026-08-13 13:01:39 -07:00
2026-08-27 23:33:13 -07:00
2026-08-27 23:33:13 -07:00
2026-08-27 23:33:13 -07:00
2026-08-13 13:01:39 -07:00
2026-08-13 13:01:40 -07:00
2026-08-13 13:01:40 -07:00
2026-08-03 22:57:41 -07:00
2026-08-13 13:01:40 -07:00
2026-08-19 14:27:42 -07:00
2026-08-26 01:43:11 -07:00
2026-07-20 22:35:47 -07:00
2026-08-13 13:01:40 -07:00
2026-08-12 23:01:45 -07:00
2026-08-16 16:21:56 -07:00
2026-08-19 14:27:43 -07:00
2026-08-27 23:33:14 -07:00
2026-08-26 10:26:45 -07:00
2026-07-22 02:01:51 -07:00
2026-08-20 11:10:53 -07:00
2026-07-08 23:34:15 -07:00
2026-08-26 10:26:45 -07:00
2026-08-19 14:27:43 -07:00
2026-07-08 11:05:04 -07:00
2026-08-13 13:01:41 -07:00
2026-08-13 13:01:42 -07:00
2026-08-13 13:01:42 -07:00
2026-08-19 14:27:44 -07:00
2026-07-21 11:35:04 -07:00
2026-08-19 14:27:44 -07:00
2026-08-13 13:01:42 -07:00
2026-08-13 13:01:43 -07:00
2026-08-19 14:27:44 -07:00
2026-07-09 09:11:52 -07:00
2026-08-13 13:01:43 -07:00
2026-07-20 22:35:47 -07:00
2026-07-19 18:57:37 -07:00
2026-08-04 00:03:48 -07:00
2026-08-13 13:01:43 -07:00
2026-08-13 13:01:43 -07:00
2026-08-13 13:01:44 -07:00
2026-08-13 13:01:44 -07:00
2026-08-22 18:50:03 -07:00
2026-07-07 00:29:02 -07:00
2026-08-19 14:27:45 -07:00
2026-08-10 12:03:57 -07:00
2026-08-13 13:01:44 -07:00
2026-08-19 14:27:45 -07:00
2026-08-02 09:18:03 -07:00
2026-08-16 16:22:25 -07:00
2026-08-20 19:39:15 -07:00
2026-07-20 22:35:47 -07:00
2026-08-26 10:26:45 -07:00
2026-08-13 13:01:45 -07:00
2026-08-13 13:01:45 -07:00
2026-08-10 12:03:55 -07:00
2026-07-20 22:35:47 -07:00
2026-07-09 09:11:52 -07:00
2026-07-16 21:14:53 -07:00
2026-08-29 21:43:04 -07:00
2026-07-20 22:35:47 -07:00
2026-07-20 22:35:47 -07:00
2026-08-13 23:09:51 -07:00
2026-08-13 13:01:45 -07:00
2026-08-10 12:01:51 -07:00
2026-08-04 10:47:40 -07:00
2026-08-06 23:32:44 -07:00
2026-07-08 11:05:05 -07:00
2026-08-26 01:43:11 -07:00
2026-07-22 11:52:18 -07:00
2026-07-20 22:35:47 -07:00
2026-08-16 16:22:06 -07:00
2026-08-19 14:27:46 -07:00
2026-07-28 22:48:16 -07:00
2026-07-20 23:08:11 -07:00
2026-08-13 13:01:46 -07:00
2026-07-29 22:10:00 -07:00
2026-08-22 18:50:03 -07:00
2026-08-13 13:01:46 -07:00
2026-08-19 14:27:47 -07:00
2026-08-13 13:01:46 -07:00
2026-08-19 14:27:47 -07:00
2026-07-22 11:52:18 -07:00
2026-07-08 11:05:07 -07:00
2026-08-13 13:01:47 -07:00
2026-08-13 13:01:47 -07:00
2026-08-13 13:01:47 -07:00
2026-08-29 21:43:04 -07:00
2026-07-18 08:29:45 -07:00
2026-07-18 08:29:45 -07:00
2026-08-19 14:27:47 -07:00
2026-08-27 23:33:13 -07:00
2026-08-13 13:01:48 -07:00
2026-08-19 14:27:48 -07:00
2026-08-19 14:27:48 -07:00
2026-08-19 14:27:48 -07:00
2026-08-22 18:50:03 -07:00
2026-07-09 09:11:53 -07:00
2026-08-13 13:01:48 -07:00
2026-07-28 22:48:16 -07:00
2026-08-13 13:01:48 -07:00
2026-08-13 13:01:48 -07:00
2026-08-13 13:01:49 -07:00
2026-07-20 22:35:47 -07:00
2026-08-14 16:06:42 -07:00
2026-08-10 12:03:58 -07:00
2026-08-16 16:22:12 -07:00
2026-07-28 22:48:21 -07:00
2026-07-29 22:09:59 -07:00
2026-07-21 11:35:04 -07:00
2026-08-13 13:01:49 -07:00
2026-08-19 14:27:48 -07:00
2026-08-10 12:03:58 -07:00
2026-08-13 13:01:49 -07:00
2026-08-26 10:26:45 -07:00
2026-08-19 14:27:49 -07:00
2026-08-03 22:57:41 -07:00
2026-08-03 22:57:42 -07:00
2026-07-22 11:52:19 -07:00
2026-08-26 10:26:45 -07:00
2026-08-10 12:03:55 -07:00
2026-08-13 13:01:50 -07:00
2026-08-16 16:22:01 -07:00
2026-08-13 13:01:50 -07:00
2026-08-26 10:26:46 -07:00
2026-08-26 10:26:46 -07:00
2026-07-19 18:57:37 -07:00
2026-07-09 09:11:53 -07:00
2026-07-08 11:05:05 -07:00
2026-08-13 13:01:50 -07:00
2026-08-13 13:01:50 -07:00
2026-07-28 22:48:18 -07:00
2026-08-22 18:50:03 -07:00
2026-08-13 13:01:51 -07:00
2026-07-20 22:35:47 -07:00
2026-08-12 23:01:45 -07:00
2026-08-19 14:27:49 -07:00
2026-08-19 14:27:50 -07:00
2026-08-19 14:27:50 -07:00
2026-08-13 13:01:51 -07:00
2026-08-19 14:27:50 -07:00
2026-08-26 10:26:46 -07:00
2026-08-19 14:27:51 -07:00
2026-08-13 13:01:51 -07:00
2026-07-28 22:48:22 -07:00
2026-08-10 12:03:57 -07:00
2026-07-22 11:52:19 -07:00
2026-08-13 13:01:51 -07:00
2026-08-19 14:27:51 -07:00
2026-08-19 14:27:51 -07:00
2026-07-28 22:48:18 -07:00
2026-07-20 22:35:47 -07:00
2026-08-19 14:27:52 -07:00
2026-08-03 22:57:42 -07:00
2026-08-26 10:26:42 -07:00
2026-08-24 12:14:08 -07:00
2026-07-28 22:48:18 -07:00
2026-08-12 23:01:45 -07:00
2026-08-19 14:27:52 -07:00
2026-08-13 13:01:52 -07:00
2026-07-08 11:05:06 -07:00
2026-07-28 22:48:28 -07:00
2026-08-13 13:01:52 -07:00
2026-08-24 12:14:08 -07:00
2026-07-18 08:29:45 -07:00
2026-07-08 11:05:07 -07:00
2026-07-31 11:00:10 -07:00
2026-07-20 22:35:47 -07:00
2026-08-26 10:26:46 -07:00
2026-08-19 14:27:52 -07:00
2026-08-24 12:14:07 -07:00
2026-07-10 15:08:46 -07:00
2026-08-20 11:10:53 -07:00
2026-08-24 12:14:07 -07:00
2026-08-13 13:01:52 -07:00
2026-08-13 13:01:53 -07:00
2026-08-16 16:22:29 -07:00
2026-07-08 11:05:06 -07:00
2026-08-13 13:01:53 -07:00
2026-07-20 22:35:47 -07:00
2026-08-26 10:26:46 -07:00
2026-07-22 11:52:20 -07:00
2026-08-26 10:26:46 -07:00
2026-08-13 13:01:53 -07:00