public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pydantic] f43: Skip a test that was expected to fail, but passes in Python 3.14.1+
@ 2026-08-25  6:54 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-25  6:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pydantic
Branch : f43
Commit : a05f7489894414ebb98ba2113a7ee6a798c5c33e
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-01-18T20:38:45+00:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pydantic/c/a05f7489894414ebb98ba2113a7ee6a798c5c33e?branch=f43

Log:
Skip a test that was expected to fail, but passes in Python 3.14.1+

---
diff --git a/python-pydantic.spec b/python-pydantic.spec
index 2979993..4703fe0 100644
--- a/python-pydantic.spec
+++ b/python-pydantic.spec
@@ -96,6 +96,14 @@ tomcli-set pyproject.toml append 'tool.pytest.ini_options.markers' \
 ignore="${ignore-} --ignore=tests/test_docs.py"
 ignore="${ignore-} --ignore=tests/benchmarks"
 
+# [XPASS(strict)] When rebuilding model fields, we individually re-evaluate all
+# fields (using `_eval_type()`) and as such we don't benefit from PEP 649's
+# capabilities.
+#
+# (This actually passes beginning with Python 3.14.1; see
+# https://github.com/pydantic/pydantic/issues/12080#issuecomment-3608739542.)
+k="${k-}${k+ and }not test_deferred_annotations_nested_model"
+
 %pytest ${ignore-} -k "${k-}" -rs
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-25  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25  6:54 [rpms/python-pydantic] f43: Skip a test that was expected to fail, but passes in Python 3.14.1+ Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox