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-scooby] f43: Skip a test that is too brittle; fixes RHBZ#2480165
Date: Fri, 11 Sep 2026 12:27:42 GMT	[thread overview]
Message-ID: <178912966218.1.2425052374586563390.rpms-python-scooby-75121d43c72d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-scooby
Branch : f43
Commit : 75121d43c72d253b385866150fa2933726032eec
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-21T09:48:48+01:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-scooby/c/75121d43c72d253b385866150fa2933726032eec?branch=f43

Log:
Skip a test that is too brittle; fixes RHBZ#2480165

---
diff --git a/python-scooby.spec b/python-scooby.spec
index 0df0186..7efe2b9 100644
--- a/python-scooby.spec
+++ b/python-scooby.spec
@@ -83,6 +83,10 @@ k="${k-}${k+ and }not test_tracking"
 k="${k-}${k+ and }not test_import_os_error"
 # Import performance test may fail flakily or on slower hardware
 k="${k-}${k+ and }not test_import_time"
+# This test is too brittle for downstream use. It tests the precise list of
+# dependencies of beautifulsoup4 against a hard-coded list. It might be OK for
+# upstream CI, but we are better off skipping it.
+k="${k-}${k+ and }not test_get_distribution_dependencies_separate_extras"
 
 %pytest -k "${k-}" --verbose
 %endif

                 reply	other threads:[~2026-09-11 12:27 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=178912966218.1.2425052374586563390.rpms-python-scooby-75121d43c72d@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