]> git.pld-linux.org Git - packages/python-parso.git/commitdiff
- disable tests not ready for python 3.10 master
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Sep 2022 19:55:57 +0000 (21:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Sep 2022 19:55:57 +0000 (21:55 +0200)
python-parso.spec

index e59404d9b450022f004a95aa5d61cd595a418e84..b190525eb59ebdee7d99c54dcf1d8b53f4d48d94 100644 (file)
@@ -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
 
This page took 0.135194 seconds and 4 git commands to generate.