Skip to content

Commit

Permalink
Remove pinning of black as it causes major issues, and revert back to…
Browse files Browse the repository at this point in the history
… legacy pip resolver
  • Loading branch information
robintw committed Nov 30, 2020
1 parent b2d4040 commit f6ec0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_deployment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6ec0f5

Please sign in to comment.