From 8fc8239b1e4ee59aa8f977905425354411d1b059c81f6a92bec24e48950c0faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 14:26:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=15 --- python-cloudpickle.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index cdb9f78..ba64068 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -67,7 +67,8 @@ functions and classes defined interactively in the __main__ module. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +export PYTHONPATH='.:tests' +%python_expand py.test-%{$python_bin_suffix} -s %files %{python_files} %doc README.md