14
0

- Kill memcache deamon at the end of the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2018-08-08 13:56:56 +00:00
committed by Git OBS Bridge
parent cea91b03d5
commit 52457b3eb9
2 changed files with 8 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: memcached
BuildRequires: python-rpm-macros
BuildRequires: util-linux
Requires: memcached
Requires: python-six
BuildArch: noarch
@@ -63,8 +64,9 @@ sed -i \
%python_install
%check
/usr/sbin/memcached &
/usr/sbin/memcached -dv -P $PWD/memcached.pid
%python_expand nosetests-%{$python_bin_suffix}
kill -9 $(cat $PWD/memcached.pid)
%files %{python_files}
%license PSF.LICENSE