public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pydantic] f43: Skip a test that was expected to fail, but passes in Python 3.14.1+
Date: Tue, 25 Aug 2026 06:54:41 GMT	[thread overview]
Message-ID: <178764088153.1.15447207771152380499.rpms-python-pydantic-a05f74898944@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-25  6:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178764088153.1.15447207771152380499.rpms-python-pydantic-a05f74898944@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox