14
0

Accepting request 331875 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/331875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2015-09-24 04:14:12 +00:00
committed by Git OBS Bridge
parent eba8027439
commit 7ea6aee370
2 changed files with 12 additions and 2 deletions

View File

@@ -80,8 +80,11 @@ rm ./requests/cacert.pem
%build
python setup.py build
%check
python setup.py test
# NOTE(toabctl): The test suite currently requires external network access, so
# we can't enable it.
# See # https://github.com/kennethreitz/requests/issues/2184
##check
##python setup.py test
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}