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:
parent
eba8027439
commit
7ea6aee370
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 07:48:30 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- Disable testsuite. Tests were never executed (bsc#945455) but
|
||||||
|
enabling the testsuite doesn't work because the suite needs
|
||||||
|
network access.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 24 14:45:44 UTC 2015 - seife+obs@b1-systems.com
|
Fri Jul 24 14:45:44 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -80,8 +80,11 @@ rm ./requests/cacert.pem
|
|||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%check
|
# NOTE(toabctl): The test suite currently requires external network access, so
|
||||||
python setup.py test
|
# we can't enable it.
|
||||||
|
# See # https://github.com/kennethreitz/requests/issues/2184
|
||||||
|
##check
|
||||||
|
##python setup.py test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user