SHA256
1
0
forked from pool/python-wheel

Accepting request 340291 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/340291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-10-30 15:36:00 +00:00 committed by Git OBS Bridge
commit 9ed9916c31
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 21 13:50:55 UTC 2015 - hpj@urpla.net
- actually, _really_ test this module:
call py.test directly with appropriate PYTHONPATH
-------------------------------------------------------------------
Tue Sep 29 08:01:25 UTC 2015 - tbechtold@suse.com

View File

@ -30,6 +30,7 @@ BuildRequires: python-setuptools
BuildRequires: python-cov-core >= 1.6
BuildRequires: python-coverage
BuildRequires: python-jsonschema
BuildRequires: python-keyring
BuildRequires: python-pytest
BuildRequires: python-pytest-cov
Recommends: python-ed25519ll
@ -84,7 +85,7 @@ for b in wheel ; do
done
%check
python setup.py test
PYTHONPATH=%{buildroot}%{python_sitelib} py.test
%post
update-alternatives --install %{_bindir}/wheel wheel %{_bindir}/wheel-%{py_ver} 20