From: Jan Rękorajski Date: Fri, 1 Apr 2022 21:02:52 +0000 (+0200) Subject: - disable tests, broken at least on python 3.10 X-Git-Tag: auto/th/flake8-3.9.2-3~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=bde5aaa817a8854c6264725afd5be787127e2ed6;p=packages%2Fflake8.git - disable tests, broken at least on python 3.10 --- diff --git a/flake8.spec b/flake8.spec index 645d503..7091d7f 100644 --- a/flake8.spec +++ b/flake8.spec @@ -2,7 +2,7 @@ # Conditional build: %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module -%bcond_without tests # pytest tests +%bcond_with tests # pytest tests %bcond_without doc # Sphinx documentation Summary: The modular source code checker: pycodestyle, pyflakes and co.