[packages/python-parso] - disable tests not ready for python 3.10

qboosh qboosh at pld-linux.org
Mon Sep 12 21:55:42 CEST 2022


commit c0dcbc99179d22b138cfb8b752e18a57a1e04a9d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Sep 12 21:55:57 2022 +0200

    - disable tests not ready for python 3.10

 python-parso.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-parso.spec b/python-parso.spec
index e59404d..b190525 100644
--- a/python-parso.spec
+++ b/python-parso.spec
@@ -96,8 +96,9 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %py3_build
 
 %if %{with tests}
+# test_python_errors are not ready for python 3.10
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python3} -m pytest test
+%{__python3} -m pytest test -k 'not test_python_errors'
 %endif
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-parso.git/commitdiff/c0dcbc99179d22b138cfb8b752e18a57a1e04a9d



More information about the pld-cvs-commit mailing list