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

Commit 66f1d1e

Browse files
committed
Pin Black to a version that does not require gcc
Recent versions of black require gcc to build a new regex dependency. This may go away, so we'll just pin to a specific version black (which is best practice anyway). Related to psf/black#1112.
1 parent e673faa commit 66f1d1e

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)