update the note on the test suite
We actually could run the tests now, but we need to package python-pytest-httpbin first.
This commit is contained in:
parent
e9eb5dd4e5
commit
1a7bf1a1bd
@ -135,8 +135,10 @@ ln -s ../../chardet %{buildroot}/%{python2_sitelib}/requests/packages/chardet
|
|||||||
ln -s ../../urllib3 %{buildroot}/%{python2_sitelib}/requests/packages/urllib3
|
ln -s ../../urllib3 %{buildroot}/%{python2_sitelib}/requests/packages/urllib3
|
||||||
ln -s ../../idna %{buildroot}/%{python2_sitelib}/requests/packages/idna
|
ln -s ../../idna %{buildroot}/%{python2_sitelib}/requests/packages/idna
|
||||||
|
|
||||||
## The tests succeed if run locally, but fail in koji.
|
## We could now run the test suite if we package python-pytest-httpbin:
|
||||||
## They require an active network connection to query httpbin.org
|
## https://pypi.python.org/pypi/pytest-httpbin
|
||||||
|
## Because upstream ported to that in 2015:
|
||||||
|
## https://github.com/kennethreitz/requests/issues/2184
|
||||||
%check
|
%check
|
||||||
|
|
||||||
#%%{__python} test_requests.py
|
#%%{__python} test_requests.py
|
||||||
|
Loading…
Reference in New Issue
Block a user