public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildstream] f44: buildstream.spec: Run upstream tests by default
@ 2026-06-05  9:31 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-05  9:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/buildstream
Branch : f44
Commit : 9185b28139d5d62cee4ed43d3f1f2f59d5de5e34
Author : Javier Jardón <jjardon@gnome.org>
Date   : 2026-06-05T00:26:22+01:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/buildstream/c/9185b28139d5d62cee4ed43d3f1f2f59d5de5e34?branch=f44

Log:
buildstream.spec: Run upstream tests by default

---
diff --git a/buildstream.spec b/buildstream.spec
index 8d1e912..38ba9af 100644
--- a/buildstream.spec
+++ b/buildstream.spec
@@ -15,6 +15,12 @@ BuildRequires: python3-devel >= 3.9
 BuildRequires: python3-setuptools < 82
 BuildRequires: python3-grpcio-tools
 
+BuildRequires: buildbox
+BuildRequires: python3-pexpect
+BuildRequires: python3-pyftpdlib
+BuildRequires: python3-pytest
+BuildRequires: python3-pytest-timeout
+
 Requires:      buildbox
 Requires:      fuse3
 Requires:      fuse3-libs
@@ -46,11 +52,12 @@ platforms and chipsets.
 ./setup.py build_grpc
 %pyproject_wheel
 
-
 %install
 %pyproject_install
 %pyproject_save_files -l %{name}
 
+%check
+%pytest
 
 %files -n %{name} -f %{pyproject_files}
 %doc NEWS README.rst

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

only message in thread, other threads:[~2026-06-05  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05  9:31 [rpms/buildstream] f44: buildstream.spec: Run upstream tests by default 

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