Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit fd6acfe

Browse files
author
Dustin Miller
committed
Pin black to version 19.3b0
Black seems to have dependencies on musl-dev and gcc past this version. Hopefully this is just temporary. If we wanted to continue using the latest versions, we could instead add something like `apk add musl-dev gcc` but this increases the duration of the process significantly. psf/black#1112
1 parent e673faa commit fd6acfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline:
1010
fmt_and_lint:
1111
image: python:3.6-alpine
1212
commands:
13-
- pip install black pylama
13+
- pip install black==19.3b0 pylama
1414
- black --check --diff .
1515
- pylama packet test setup.py
1616

0 commit comments

Comments
 (0)