public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildstream-plugins] f43: Deselct the test that need network to hit the live internet
@ 2026-08-27 19:14 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-27 19:14 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/buildstream-plugins
Branch : f43
Commit : 9cdf6b7efd82edfb5c59a57e34e2ee3cbb3781c9
Author : Javier Jardón <jjardon@gnome.org>
Date   : 2026-08-27T17:42:41+01:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/buildstream-plugins/c/9cdf6b7efd82edfb5c59a57e34e2ee3cbb3781c9?branch=f43

Log:
Deselct the test that need network to hit the live internet

---
diff --git a/buildstream-plugins.spec b/buildstream-plugins.spec
index b8dd32c..330fad3 100644
--- a/buildstream-plugins.spec
+++ b/buildstream-plugins.spec
@@ -41,7 +41,11 @@ A collection of plugins for the BuildStream project
 %pyproject_save_files -l buildstream_plugins
 
 %check
-%pytest
+%pytest -m "not integration" \
+  --deselect tests/sources/docker.py::test_docker_fetch \
+  --deselect tests/sources/docker.py::test_docker_source_checkout \
+  --deselect tests/sources/docker.py::test_fetch_duplicate_layers \
+  --deselect tests/sources/cargo.py::test_cargo_track_fetch_build
 
 %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-08-27 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 19:14 [rpms/buildstream-plugins] f43: Deselct the test that need network to hit the live internet 

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