Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

isort 5.5.x crashes on tox -e lint #3613

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago

With the release of isort 5.5.x, the lint and format jobs will fail. Example: https://github.com/Pylons/pyramid/runs/1180227019#step:5:12

I have opened an issue with isort to track the matter. We could temporarily pin to isort 5.4.2 or wait a while. They are usually rapid responders.

Ping @mmerickel @bertjwregeer

digitalresistor commented 4 years ago

Looks like it was fixed based upon the upstream ticket?! Awesome!