assertDictContainsSubset was removed in Python 3.11
Open
- Dominant language
- Python
- Stars
- 398
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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(
```
Contributor guide
Assessment
This issue has not been assessed yet.