From 97fd4921db19554ecb9f6583f46f850a7c2bbad6 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 12 Oct 2012 18:09:01 +0200 Subject: [PATCH] Disable wrong test. --- pytest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pytest.spec b/pytest.spec index 768201c..b026641 100644 --- a/pytest.spec +++ b/pytest.spec @@ -112,11 +112,13 @@ rm -rf %{buildroot} %check PYTHONPATH=%{buildroot}%{python_sitelib} \ - %{buildroot}%{_bindir}/py.test -r s + %{buildroot}%{_bindir}/py.test -r s \ + -k-TestInvocationVariants.test_python_minus_m_invocation_ok %if 0%{?with_python3} pushd %{py3dir} PYTHONPATH=%{buildroot}%{python3_sitelib} \ - %{buildroot}%{_bindir}/py.test-3.* -r s + %{buildroot}%{_bindir}/py.test-3.* -r s \ + -k-TestInvocationVariants.test_python_minus_m_invocation_ok popd %endif # with_python3 @@ -144,6 +146,7 @@ popd * Thu Oct 11 2012 Thomas Moschny - 2.2.4-4 - Add conditional for sphinx on rhel. - Remove rhel logic from with_python3 conditional. +- Disable wrong test. * Sat Aug 04 2012 David Malcolm - 2.2.4-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3