From cf8617a101d13f89a44874d460f3b06444491eba Mon Sep 17 00:00:00 2001 From: Muhammad Hammad Date: Sun, 6 Mar 2022 02:32:33 -0330 Subject: [PATCH] bug: fix psf/black package version The latest release of black has introduced breaking changes which affect the ci pipeline and python test. Specify a version for download until that can be fixed. #1995 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a7fb8e9a..e5c3221f9 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ $(BUILD_DIR)/virtualenv: | $(BUILD_DIR) virtualenv --version || pip install virtualenv virtualenv build/python-dev virtualenv build/python-rel - $(SCRIPT_DIR)/python-dev3 pip install black + $(SCRIPT_DIR)/python-dev3 pip install black==21.12b0 @touch $(BUILD_DIR)/virtualenv