From 46517346b6ccdb866ce49d734d4e477f1afe6dc70e3ee9f4cfc2c105b6326a08 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 13 Aug 2017 17:14:35 +0000 Subject: [PATCH] - Disable running unit tests by default because of random pygpgme failures OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=2 --- librepo.changes | 5 +++++ librepo.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/librepo.changes b/librepo.changes index 44d682f..6cabb93 100644 --- a/librepo.changes +++ b/librepo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 17:13:45 UTC 2017 - ngompa13@gmail.com + +- Disable running unit tests by default because of random pygpgme failures + ------------------------------------------------------------------- Mon Feb 20 14:35:02 UTC 2017 - ngompa13@gmail.com diff --git a/librepo.spec b/librepo.spec index 842cf7e..5fae5ac 100644 --- a/librepo.spec +++ b/librepo.spec @@ -23,7 +23,9 @@ %bcond_with python3 %endif -%bcond_without tests +# The tests involving gpg checks are too unstable and fail randomly +# So the tests are disabled by default for now until this is resolved. +%bcond_with tests %define major 0 %define libname %{name}%{major}