summaryrefslogtreecommitdiff
path: root/dev-python/pytest-shell-utilities/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pytest-shell-utilities/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-shell-utilities/files')
-rw-r--r--dev-python/pytest-shell-utilities/files/pytest-shell-utilities-1.9.7-py314.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pytest-shell-utilities/files/pytest-shell-utilities-1.9.7-py314.patch b/dev-python/pytest-shell-utilities/files/pytest-shell-utilities-1.9.7-py314.patch
deleted file mode 100644
index 2f4e10363fd2..000000000000
--- a/dev-python/pytest-shell-utilities/files/pytest-shell-utilities-1.9.7-py314.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From c8edc1e1060b48de2da5f6c5fa08789b5f1bc783 Mon Sep 17 00:00:00 2001
-From: Daniel Garcia Moreno <daniel.garcia@suse.com>
-Date: Mon, 17 Nov 2025 10:48:36 +0100
-Subject: [PATCH] test: Set start method to "fork" in test_daemon
-
-Fix https://github.com/saltstack/pytest-shell-utilities/issues/56
----
- tests/functional/shell/test_daemon.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/functional/shell/test_daemon.py b/tests/functional/shell/test_daemon.py
-index 8f2f32d..86c1f76 100644
---- a/tests/functional/shell/test_daemon.py
-+++ b/tests/functional/shell/test_daemon.py
-@@ -48,6 +48,7 @@ def test_daemon_process_termination(request: FixtureRequest, tempfiles: Tempfile
-
- import time
- import multiprocessing
-+ multiprocessing.set_start_method('fork')
-
- def spin():
- while True: