[pytest] Disable wrong test.

Thomas Moschny thm at fedoraproject.org
Fri Oct 12 16:09:43 UTC 2012


commit 97fd4921db19554ecb9f6583f46f850a7c2bbad6
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Oct 12 18:09:01 2012 +0200

    Disable wrong test.

 pytest.spec |    7 +++++--
 1 files 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 <thomas.moschny at gmx.de> - 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 <dmalcolm at redhat.com> - 2.2.4-3
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3


More information about the scm-commits mailing list