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:
Adam Williamson 2016-12-21 11:47:40 -08:00
parent e9eb5dd4e5
commit 1a7bf1a1bd

View File

@ -135,8 +135,10 @@ ln -s ../../chardet %{buildroot}/%{python2_sitelib}/requests/packages/chardet
ln -s ../../urllib3 %{buildroot}/%{python2_sitelib}/requests/packages/urllib3
ln -s ../../idna %{buildroot}/%{python2_sitelib}/requests/packages/idna
## The tests succeed if run locally, but fail in koji.
## They require an active network connection to query httpbin.org
## We could now run the test suite if we package python-pytest-httpbin:
## https://pypi.python.org/pypi/pytest-httpbin
## Because upstream ported to that in 2015:
## https://github.com/kennethreitz/requests/issues/2184
%check
#%%{__python} test_requests.py