Releases: micktwomey/pytest-circleci
Releases · micktwomey/pytest-circleci
Bugfix
Merge pull request #11 from Patreon/master
We ran into a 'TypeError: Unicode-objects must be encoded before hashing" when using this in Python 3.6. Adding 'utf-8' to the decode fixed it.