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
This commit is contained in:
Tomáš Chvátal 2019-01-14 08:43:02 +00:00 committed by Git OBS Bridge
parent a6b702ff03
commit 2b70c9e558
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 14 08:32:56 UTC 2019 - Karol Babioch <kbabioch@suse.de>
- Removed unit tests from package
-------------------------------------------------------------------
Sun Jan 13 17:26:44 UTC 2019 - Karol Babioch <kbabioch@suse.de>

View File

@ -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