box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
381 stars 59 forks source link

assertDictContainsSubset was removed in Python 3.11 #183

Open tirkarthi opened 3 years ago

tirkarthi commented 3 years ago

The deprecated aliases were removed in Python 3.11 in python/cpython#28268

test/test_nose/test_flaky_nose_plugin.py:        self.assertDictContainsSubset(
test/test_flaky_decorator.py:        self.assertDictContainsSubset(