Skip to content

tests: Drop hypothesis from the python tests.

poljar requested to merge python/drop-hypothesis into master

Hypothesis recently had some problems with the typing module breaking the tox tests.

Since Hypothesis isn't really used much in the test this patch removes it from them as well as from the test-requirements.

Merge request reports