STINNER Victor <vstin...@python.org> added the comment:

> Would it be possible to skip these tests when no changes to the parser  
> related code are made to speed up tests?

Maybe, some CIs could export an environment variable which contains the list of 
modified files, and then each file would be able to decide if it should be 
skipped or not. The risk is skipping a test because the change looks 
"unrelated", whereas it causes the test to fail.

Currently, we only skip tests if no code is changed: if only the documentation 
is modified.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to