github HypothesisWorks/hypothesis hypothesis-python-4.44.3
Hypothesis for Python - version 4.44.3

latest releases: hypothesis-python-6.100.2, hypothesis-python-6.100.1, hypothesis-python-6.100.0...
4 years ago

This patch avoids importing test runners such as :pypipytest,
:pypiunittest2, or :pypinose solely to access their special "skip
test" exception types - if the module is not in "sys.modules", the
exception can't be raised anyway.

This fixes a problem where importing an otherwise unused module could
cause spurious errors due to import-time side effects (and possibly
"-Werror").

The canonical version of these notes (with links) is on readthedocs.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.