You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It looks like we're using
hypothesis
in 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
The text was updated successfully, but these errors were encountered: