]> git.pld-linux.org Git - packages/python-serial.git/commitdiff
- disable tests by defaults due to ptys master
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Apr 2022 14:43:12 +0000 (16:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Apr 2022 14:43:12 +0000 (16:43 +0200)
python-serial.spec

index e7d00d687580b4c90219c859d4da0b06dd4503ab..ac6b2211b29805bc37b4ebdf410022e5f19f74d7 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without doc             # Sphinx documentation
-%bcond_without tests           # unit tests
+%bcond_with    tests           # unit tests (test_pty.Test_Pty_Serial_Open tests require ptys)
 %bcond_without python2         # Python 2.x module
 %bcond_without python3         # Python 3.x module
 
This page took 0.139875 seconds and 4 git commands to generate.