public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scooby] f44: Skip a test that is too brittle; fixes RHBZ#2480165
@ 2026-09-11 12:15 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 12:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-scooby
Branch : f44
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=f44

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

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

only message in thread, other threads:[~2026-09-11 12:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 12:15 [rpms/python-scooby] f44: Skip a test that is too brittle; fixes RHBZ#2480165 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