darrenburns / pytest-clarity

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

Add support for Python 3.7 #5

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Add support for Python 3.7, which needs Xenial and sudo on Travis CI (https://github.com/travis-ci/travis-ci/issues/9815).

darrenburns commented 5 years ago

Thank you for this! Python 3.7 didn't work when I tried initially and I never got around to investigating 😄

There was a bit of a hiccup on the initial build attempt, but it worked after re-running: https://travis-ci.org/darrenburns/pytest-clarity/builds/443630318

Sapphire64 commented 5 years ago

So what's happening with Python 3.7 support? It seems to be working for me with Py 3.7 repo. Thanks for the lib btw, looks to be exactly what I needed :)