From f6ec0f58c0b6559b5323ac7b934147064382646e Mon Sep 17 00:00:00 2001 From: Robin Wilson Date: Mon, 30 Nov 2020 18:26:11 +0000 Subject: [PATCH] Remove pinning of black as it causes major issues, and revert back to legacy pip resolver --- create_deployment.ps1 | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create_deployment.ps1 b/create_deployment.ps1 index 1d4114ef1..7f39bc43c 100644 --- a/create_deployment.ps1 +++ b/create_deployment.ps1 @@ -154,7 +154,7 @@ catch { try { # Do a standard pip install of the requirements and dev requirements, not warning us that scripts will be unavailable - .\python\python.exe -m pip install -r requirements.txt -r requirements_dev.txt --no-warn-script-location --no-cache-dir + .\python\python.exe -m pip install -r requirements.txt -r requirements_dev.txt --no-warn-script-location --no-cache-dir --use-deprecated=legacy-resolver if ($LastExitCode -ne 0) { diff --git a/requirements_dev.txt b/requirements_dev.txt index c16d3c077..72f26f485 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ pytest>=5.3.5 Sphinx==3.* twine==3.* nose2 -black==19.10b0 +black pre-commit sphinx_rtd_theme git+https://github.com/tk0miya/testing.postgresql.git#egg=testing.postgresql