From: Jakub Bogusz Date: Thu, 28 Apr 2022 14:43:12 +0000 (+0200) Subject: - disable tests by defaults due to ptys X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f90eef3cca71c9b67e02d68fbc144aacfb0ef7ab;p=packages%2Fpython-serial.git - disable tests by defaults due to ptys --- diff --git a/python-serial.spec b/python-serial.spec index e7d00d6..ac6b221 100644 --- a/python-serial.spec +++ b/python-serial.spec @@ -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