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