public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-dask] rawhide: Disable one test to enable Python 3.15 rebuild
Date: Tue, 16 Jun 2026 21:26:03 GMT	[thread overview]
Message-ID: <178164516399.1.14921122151385640452.rpms-python-dask-9fe8111ed550@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-dask
            Branch : rawhide
            Commit : 9fe8111ed55099089dcead174db45e3a884d1cd0
            Author : Lumir Balhar <lbalhar@redhat.com>
            Date   : 2026-06-16T13:27:40+02:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-dask/c/9fe8111ed55099089dcead174db45e3a884d1cd0?branch=rawhide

            Log:
            Disable one test to enable Python 3.15 rebuild

[skip changelog]

---
diff --git a/python-dask.spec b/python-dask.spec
index cd66eef..fc9e394 100644
--- a/python-dask.spec
+++ b/python-dask.spec
@@ -159,6 +159,11 @@ k="${k-}${k+ and }not test_development_guidelines_matches_ci"
 # restrictive.
 k="${k-}${k+ and }not test_serialization"
 
+# On Python 3.15, calling os.fork() in a multi-threaded process (as pytest-xdist
+# workers are) raises DeprecationWarning as an exception. This test explicitly
+# exercises the fork multiprocessing context and cannot pass in this environment.
+k="${k-}${k+ and }not test_custom_context_used_python3_posix"
+
 # Previously excluded for dask-expr. Those tests use parquet files,
 # which involves pyarrow.
 %ifarch s390x

                 reply	other threads:[~2026-06-16 21:26 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=178164516399.1.14921122151385640452.rpms-python-dask-9fe8111ed550@fedoraproject.org \
    --to=lbalhar@redhat.com \
    --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