Deselect test_https_warnings
See https://bugzilla.redhat.com/show_bug.cgi?id=1676023 and https://github.com/psf/requests/issues/5530
This commit is contained in:
parent
cf89145232
commit
f176dee1d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user