[packages/python-pexpect] - disable tests by default due to pty usage
qboosh
qboosh at pld-linux.org
Sun Mar 12 10:54:33 CET 2017
commit 31581d004594c01fc7d98e7e13134c6276d80802
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 12 10:56:42 2017 +0100
- disable tests by default due to pty usage
python-pexpect.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 04a8bc7..c573b33 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without python2 # CPython 2.x module
%bcond_without python3 # CPython 3.x module
-%bcond_without tests # py.test tests
+%bcond_with tests # py.test tests [require ptys, so not on builders]
%bcond_without doc # Sphinx documentation
%define module pexpect
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pexpect.git/commitdiff/31581d004594c01fc7d98e7e13134c6276d80802
More information about the pld-cvs-commit
mailing list