It looks like we're using hypothesis in a way which can now be replaced with the new unittest.TestCase.subTest. This needs to be investigated and if we can replace hypothesis, we should. It'll reduce the number of test dependencies.
https://github.com/enthought/enable/blob/588cde79a0e7099e2c0368d3e8e2e3664a296e61/kiva/tests/test_graphics_context.py
It looks like we're using
hypothesisin a way which can now be replaced with the newunittest.TestCase.subTest. This needs to be investigated and if we can replacehypothesis, we should. It'll reduce the number of test dependencies.https://github.com/enthought/enable/blob/588cde79a0e7099e2c0368d3e8e2e3664a296e61/kiva/tests/test_graphics_context.py