Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete toml import from the test suite #1978

Merged
merged 1 commit into from Dec 21, 2022

Commits on Dec 21, 2022

  1. Remove obsolete toml import from the test suite

    Remove the `toml` import that is used to determine whether to run
    `pyproject.toml` test.  Firstly, `toml` has been replaced by `tomli`.
    Secondly, isort vendors `tomli`, so checking for its availability
    does not seem to make sense.
    mgorny committed Dec 21, 2022
    Copy the full SHA
    45d6abd View commit details
    Browse the repository at this point in the history