[pytest] Disable tests using pexpect for now, fails on F19.

Thomas Moschny thm at fedoraproject.org
Thu Jun 13 18:06:13 UTC 2013


commit ea6a47fd6bec470870ac4a67a8c9f4dca15668d5
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Jun 13 20:05:42 2013 +0200

    Disable tests using pexpect for now, fails on F19.

 pytest.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/pytest.spec b/pytest.spec
index 6a22545..d52e9d7 100644
--- a/pytest.spec
+++ b/pytest.spec
@@ -9,7 +9,7 @@
 
 Name:           pytest
 Version:        2.3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple powerful testing with Python
 
 Group:          Development/Languages
@@ -40,11 +40,13 @@ Conflicts:      python-py < 1.4.0
 
 # used by the testsuite, if present:
 %if 0%{?fedora}
-BuildRequires:  python-pexpect
+# if pexpect is present, the testsuite fails on F19 due to
+# http://bugs.python.org/issue17998
+#BuildRequires:  python-pexpect
 BuildRequires:  python-mock
 BuildRequires:  python-twisted-core
 %if 0%{?with_python3}
-BuildRequires:  python3-pexpect
+#BuildRequires:  python3-pexpect
 BuildRequires:  python3-mock
 %endif # with_python3
 %endif # fedora
@@ -164,6 +166,9 @@ popd
 
 
 %changelog
+* Thu Jun 13 2013 Thomas Moschny <thomas.moschny at gmx.de> - 2.3.5-3
+- Disable tests using pexpect for now, fails on F19.
+
 * Wed Jun 12 2013 Thomas Moschny <thomas.moschny at gmx.de> - 2.3.5-2
 - Use python-sphinx for rhel > 6 (rhbz#973318).
 - Update BR to use python-pexpect instead of pexpect.


More information about the scm-commits mailing list