From 3515109f6305de213ffd8ae0e7844fbb37682ddc228ef1a478df4f18df76f7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 Mar 2019 08:40:56 +0000 Subject: [PATCH] - Revert the test removal pending fix of upstream bug: https://github.com/jaraco/keyrings.alt/issues/33 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=75 --- python-keyring.changes | 6 ++++++ python-keyring.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-keyring.changes b/python-keyring.changes index 8223517..08ddddc 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 6 08:40:32 UTC 2019 - Tomáš Chvátal + +- Revert the test removal pending fix of upstream bug: + https://github.com/jaraco/keyrings.alt/issues/33 + ------------------------------------------------------------------- Tue Feb 26 13:10:57 UTC 2019 - John Vandenberg diff --git a/python-keyring.spec b/python-keyring.spec index a9600dd..98c7bee 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -54,9 +54,7 @@ sed -i -e 's,--flake8,,' pytest.ini %install %python_install -%{python_expand rm -r %{buildroot}%{$python_sitelib}/keyring/tests -%fdupes %{buildroot}%{$python_sitelib} -} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # sadly most tests need running dbus to communicate with secretstorage/etc