1
0

Accepting request 854293 from devel:languages:python

- Don't pip install testpkg into user sitelib
  * it masks problems with reused local builds
  * was only single flavor

OBS-URL: https://build.opensuse.org/request/show/854293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloudpickle?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-12-12 19:29:35 +00:00 committed by Git OBS Bridge
commit 1772a47ff9
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 9 14:43:55 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Don't pip install testpkg into user sitelib
* it masks problems with reused local builds
* was only single flavor
-------------------------------------------------------------------
Wed Dec 2 15:00:54 UTC 2020 - Markéta Machová <mmachova@suse.com>

View File

@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/c/cloudpickle/clo
BuildRequires: %{python_module curses}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy >= 1.8.5}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy}
@ -72,8 +71,9 @@ functions and classes defined interactively in the __main__ module.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
pip install ./tests/cloudpickle_testpkg
export PYTHONPATH='.:tests'
# make local source and testpkg importable
export PYTHONPATH=':./tests/cloudpickle_testpkg'
# -s: tests need direct print
%pytest -s
%files %{python_files}