Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit43f3b52
committed
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]), whichprovides dependencies for running the blackd daemon. This includesdependencies, such as asyncio, whose compilation fails on CI as itis currently set up, fails under some common Cygwin setups (sinceit needs a C compiler), and even if successful would cause theCygwin test workflow to take significantly longer to run.1 parent68272aa commit43f3b52
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments
Comments
(0)