From 3332b6ba55a8ace941555f003285e6704a6505e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 15 Dec 2021 18:50:52 +0100 Subject: [PATCH] Remove a no longer needed workaround --- pytest.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytest.spec b/pytest.spec index 160a919..32967c6 100644 --- a/pytest.spec +++ b/pytest.spec @@ -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"