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

Don't install black on Cygwin #1766

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. Don't install black on Cygwin

    As of black 23.12.0, installing black builds a wheel on Cygwin,
    downloading dependencies for the "d" extra (i.e., black[d]), which
    provides dependencies for running the blackd daemon. This includes
    dependencies, such as asyncio, whose compilation fails on CI as it
    is currently set up, fails under some common Cygwin setups (since
    it needs a C compiler), and even if successful would cause the
    Cygwin test workflow to take significantly longer to run.
    EliahKagan committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    43f3b52 View commit details
    Browse the repository at this point in the history