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

> As far as I'm aware, the best practice and recommendation for these cases is 
> that 'tests should not test dependencies', and to skip/skipif these 
> (external) dependencies are not available or fail to load/run.

In theory, we should limit external dependencies. In practice, it's too 
convenient to make the assumption that some Unix programs are available and 
work properly.

But PRs are welcome to reduce dependencies to external tools ;-)

----------

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

Reply via email to