hypothesis shouldn't be a hard dependency for system tests
After !8461 (bb1e5cfa) has been merged, hypothesis
became a required dependency for running system tests, because isctest
module is always initialized and isctest/hypothesis/settings.py
now attempts to import hypothesis
. There's only one system test using the hypothesis
package and it shouldn't prevent other tests from working if it isn't available.