SimplyKnownAsG / yamlize

Python YAML serializing library
Apache License 2.0
11 stars 5 forks source link

Tests failing on Python 2 due to assertRegex #8

Closed jayvdb closed 3 years ago

jayvdb commented 3 years ago

Not sure if you want to support Python 2. If so, the use of assertRegex in a few tests should be adjusted so that they are Python 2 compatible

SimplyKnownAsG commented 3 years ago

Do you have a need for python 2? I was planning on dropping support.

jayvdb commented 3 years ago

Nope. Dropping support is reasonable IMO.

SimplyKnownAsG commented 3 years ago

Excellent, then we'll close this out.