[issue43068] test_subprocess: test_specific_shell() fails on AMD64 FreeBSD Shared 3.x

Kubilay Kocak report at bugs.python.org
Thu Feb 4 20:54:52 EST 2021


Kubilay Kocak <koobs.freebsd at gmail.com> added the comment:

The failure mode is a generic "an external dependency expected by a test suite is not available or doesn't run", applying to many core Python test that invokes an external utilities, and not specific to OS.

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.

Of course, the call is yours :)

I'll rebuild gdb/bash if you decide you don't want the error to remain to test improving the test suite.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43068>
_______________________________________


More information about the Python-bugs-list mailing list