summarylogtreecommitdiffstats
path: root/0001-tests-gcs-skip-tests-without-google-cloud-module.patch
diff options
context:
space:
mode:
authorThomas Weißschuh2024-05-22 08:24:22 +0200
committerThomas Weißschuh2024-05-22 08:24:22 +0200
commit291cfd2f706a9e80c6aca1ea86fd7296aaebc30d (patch)
tree71c40b1344ac6bef61926ffba24b3a548935430e /0001-tests-gcs-skip-tests-without-google-cloud-module.patch
parentd4761a10b6ed9826794c9982ecc3a914106557da (diff)
downloadaur-nbdkit.tar.gz
1.38.2
Diffstat (limited to '0001-tests-gcs-skip-tests-without-google-cloud-module.patch')
-rw-r--r--0001-tests-gcs-skip-tests-without-google-cloud-module.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/0001-tests-gcs-skip-tests-without-google-cloud-module.patch b/0001-tests-gcs-skip-tests-without-google-cloud-module.patch
deleted file mode 100644
index 57edb1d76aee..000000000000
--- a/0001-tests-gcs-skip-tests-without-google-cloud-module.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From e5e1bb8c1320946bcf97cb5ee025b30b52c1fa94 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= <thomas@t-8ch.de>
-Date: Sun, 28 Apr 2024 17:32:37 +0200
-Subject: [PATCH nbdkit] tests: gcs: skip tests without google cloud module
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-To: libguestfs@redhat.com, "Richard W.M. Jones" <rjones@redhat.com>
-
-The gcs plugin uses the google cloud module and can't work without it.
-Skip the test if the module is unavailable.
-
-Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
----
- tests/test-gcs.sh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/test-gcs.sh b/tests/test-gcs.sh
-index ed823377dc5a..9b165e8159be 100755
---- a/tests/test-gcs.sh
-+++ b/tests/test-gcs.sh
-@@ -40,6 +40,7 @@ requires $PYTHON --version
- requires_nbdcopy
- requires_plugin python
- skip_if_valgrind "because Python code leaks memory"
-+requires $PYTHON -c 'import google.cloud'
-
- # Skip this test if the real google-cloud-storage module is installed,
- # since that module abuses pth files to insert itself into the module
-
-base-commit: ffa62d30fe6dcd29ae8e20df5c86d48505550614
---
-2.44.0
-