[python-execnet/f16] Still need to skip one test on F16.

Thomas Moschny thm at fedoraproject.org
Mon Jun 25 14:40:47 UTC 2012


commit 97561d801e8ec90df1441637dbbd720526b760df
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Mon Jun 25 16:39:49 2012 +0200

    Still need to skip one test on F16.

 python-execnet.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-execnet.spec b/python-execnet.spec
index 498c9bc..f926a42 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -10,7 +10,7 @@
 
 Name:           python-%{srcname}
 Version:        1.1
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Elastic Python Deployment
 Group:          Development/Languages
 License:        GPLv2+ and MIT
@@ -105,7 +105,8 @@ rm doc/_build/html/.buildinfo
 PYTHONPATH=$(pwd) py.test-%{python_version} -r s
 %if 0%{?with_python3}
 pushd %{py3dir}
-PYTHONPATH=$(pwd) py.test-%{python3_version} -r s
+# see http://bugs.python.org/issue12591
+PYTHONPATH=$(pwd) py.test-%{python3_version} -r s -k-test_subprocess_interaction
 popd
 %endif # with_python3
 
@@ -131,6 +132,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 25 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.1-1.1
+- Still need to skip one test on F16.
+
 * Fri Jun 22 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.1-1
 - Update to 1.1.
 - Update description.


More information about the scm-commits mailing list