From 2b70c9e5586ddbba18fcb2381e45a863c2b98c4f40a1eefd497ac7cfaed8cfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 14 Jan 2019 08:43:02 +0000 Subject: [PATCH] Accepting request 665653 from home:kbabioch:branches:devel:languages:python - Removed unit tests from package OBS-URL: https://build.opensuse.org/request/show/665653 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=15 --- python-pyfakefs.changes | 5 +++++ python-pyfakefs.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index f7a2b51..e3a95f3 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 14 08:32:56 UTC 2019 - Karol Babioch + +- Removed unit tests from package + ------------------------------------------------------------------- Sun Jan 13 17:26:44 UTC 2019 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index cda9350..ef5c02a 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -53,6 +53,7 @@ no modification to work with pyfakefs. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -rf %{buildroot}%{$python_sitelib}/pyfakefs/tests/ %check export LANG=C.UTF-8