darrenburns / pytest-clarity

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

six should be a listed requirements in setup.py install_requires #14

Closed jbernardes closed 3 years ago

jbernardes commented 3 years ago

Using pytest-clarity 0.3.0a0 with python 3.6 leads to the following error

File ".tox/py3/lib/python3.6/site-packages/pytest_clarity/util.py", line 3, in <module>
    import six
ModuleNotFoundError: No module named 'six'
ddnomad commented 3 years ago

The same issue with Python 3.9.1 and pytest-clarity 0.3.0a0. Please fix.

aleksandr-kotlyar commented 3 years ago

Seems that somebody made a PR #18 - which need to be reviewed and merged.