This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, vstinner
Date 2021-02-09.10:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612867232.1.0.0741952827801.issue43068@roundup.psfhosted.org>
In-reply-to
Content
> 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 ;-)
History
Date User Action Args
2021-02-09 10:40:32vstinnersetrecipients: + vstinner, koobs
2021-02-09 10:40:32vstinnersetmessageid: <1612867232.1.0.0741952827801.issue43068@roundup.psfhosted.org>
2021-02-09 10:40:32vstinnerlinkissue43068 messages
2021-02-09 10:40:32vstinnercreate