darrenburns / pytest-clarity

A plugin to improve the output of pytest with colourful unified diffs
MIT License
439 stars 23 forks source link

Import Sequence from collections.abc #15

Closed The-Compiler closed 3 weeks ago

The-Compiler commented 3 years ago

Fixes deprecation warnings on Python 3.8+ and restores compatibility with Python 3.10.

Fixes #11