PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

Fix broken integration tests #2205

Closed staticdev closed 11 months ago

staticdev commented 11 months ago

Those tests are used in different github repos and they need to be updated so the expected values keep the same.

bp72 commented 11 months ago

Hi! Thank you for raising the issue and code reviews! I removed a few tests for the projects that don't use isort anymore: https://github.com/PyCQA/isort/pull/2208.

staticdev commented 11 months ago

Thanks @bp72