Remove a no longer needed workaround

This commit is contained in:
Miro Hrončok 2021-12-15 18:50:52 +01:00
parent 989559bdca
commit 3332b6ba55

View File

@ -141,11 +141,6 @@ find %{buildroot}%{python3_sitelib} \
%if %{with tests}
%check
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1914843
# upstream: https://github.com/pytest-dev/pytest/issues/8256
echo "set enable-bracketed-paste off" > .inputrc
export INPUTRC=$PWD/.inputrc
%global __pytest %{buildroot}%{_bindir}/pytest
# test_errors_in_xfail_skip_expressions: https://github.com/pytest-dev/pytest/issues/9413
%pytest testing %{?with_timeout:--timeout=30} -rs -k "not test_errors_in_xfail_skip_expressions"