]> git.pld-linux.org Git - packages/python-ptyprocess.git/commitdiff
- disable tests by default due to pty usage
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Mar 2017 09:42:51 +0000 (10:42 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Mar 2017 09:42:51 +0000 (10:42 +0100)
python-ptyprocess.spec

index ba4df3e0e76c5c3abf247ec1b8db07009f4f6fd5..5d2879ec68a6982ecd6140b83de96f9b97314d46 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without doc     # Sphinx documentation
-%bcond_without tests   # unit tests
+%bcond_with    tests   # unit tests [require ptys support, so not on builders]
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
This page took 0.121043 seconds and 4 git commands to generate.