Bug 1662278 - Pin black to version 19.10b0. r=tarek

Differential Revision: https://phabricator.services.mozilla.com/D88915
This commit is contained in:
Gregory Mierzwinski 2020-09-01 15:09:44 +00:00
parent 5ebce138c9
commit ae98f6130b

View File

@ -156,7 +156,7 @@ class PerftestTests(MachCommandBase):
# if we're not on try we want to install black
if not ON_TRY and not skip_linters:
pypis.append("black")
pypis.append("black==19.10b0")
# these are the deps we are getting from pypi
for dep in pypis: