flaky icon indicating copy to clipboard operation
flaky copied to clipboard

assertDictContainsSubset was removed in Python 3.11

Open tirkarthi opened this issue 3 years ago • 0 comments

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(

tirkarthi avatar Oct 15 '21 06:10 tirkarthi