public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3.12] rawhide: Run a new test to monitor changes in required symbols
@ 2026-07-14  9:11 Lumir Balhar
  0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-07-14  9:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python3.12
Branch : rawhide
Commit : 968e96cb266bf169251634a3e03bb45287378c4f
Author : Lumir Balhar <lbalhar@redhat.com>
Date   : 2026-07-01T12:38:33+02:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python3.12/c/968e96cb266bf169251634a3e03bb45287378c4f?branch=rawhide

Log:
Run a new test to monitor changes in required symbols

---
diff --git a/plan.fmf b/plan.fmf
index 663476e..bb48d32 100644
--- a/plan.fmf
+++ b/plan.fmf
@@ -34,6 +34,9 @@ discover:
     - name: marshalparser
       path: /marshalparser
       test: "VERSION=${pybasever} SAMPLE=10 ./test_marshalparser_compatibility.sh"
+    - name: required_symbols
+      path: /required-symbols
+      test: "VERSION=${pybasever} ./check.sh"
 
 prepare:
   - name: Install dependencies
@@ -51,8 +54,9 @@ prepare:
     - virtualenv  # for virtualenv tests
     - glibc-all-langpacks # for locale tests
     - marshalparser  # for testing compatibility (magic numbers) with marshalparser
+    - binutils  # for nm (symbol inspection)
     - rpm  # for debugging
-    - dnf  # for upgrade
+    - dnf  # for upgrade and downgrade
     - perf # for test_perf_profiler
   - name: Update packages
     how: shell

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

only message in thread, other threads:[~2026-07-14  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14  9:11 [rpms/python3.12] rawhide: Run a new test to monitor changes in required symbols Lumir Balhar

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