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