From c0dcbc99179d22b138cfb8b752e18a57a1e04a9d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 12 Sep 2022 21:55:57 +0200 Subject: [PATCH] - 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 -- 2.44.0