grantjenks / blue

The slightly less uncompromising Python code formatter.
https://blue.readthedocs.io/
Other
387 stars 21 forks source link

Try to repair the test suite #73

Closed warsaw closed 2 years ago

warsaw commented 2 years ago

The test suite has many problems, and at least some of them seem to be Python version specific. This branch attempts to repair the suite so we can release 0.9.0. See issue #72 for discussion.

Closes #72

warsaw commented 2 years ago

Okay, well that's interesting. It looks like it's failing the same way in more than just 3.6 and 3.7 in CI. Needs more digging I suppose.