Miro Hrončok 2020-07-11 10:33:11 +02:00
parent cf89145232
commit f176dee1d6

View File

@ -96,7 +96,8 @@ sed -i 's/ --doctest-modules//' pytest.ini
%if %{with tests} %if %{with tests}
%check %check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v # test_https_warnings: https://github.com/psf/requests/issues/5530
%pytest -v -k "not test_https_warnings"
%endif # tests %endif # tests
%files -n python%{python3_pkgversion}-requests %files -n python%{python3_pkgversion}-requests