From: Peter Pentchev Date: Thu, 22 Oct 2020 12:54:26 +0000 (+0300) Subject: Declare that we last used black 19 for the test source. X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af34d63c71734f09d226f221c005d62294e0096f;p=zchunk.git Declare that we last used black 19 for the test source. --- diff --git a/debian/tests/tox.ini b/debian/tests/tox.ini index f8787ff..04bf7d4 100644 --- a/debian/tests/tox.ini +++ b/debian/tests/tox.ini @@ -13,14 +13,14 @@ files = [testenv:black] basepython = python3 deps = - black + black >= 19b0, < 20b0 commands = python3 -m black --check --line-length 79 {[defs]files} [testenv:black-reformat] basepython = python3 deps = - black + black >= 19b0, < 20b0 commands = python3 -m black --line-length 79 {[defs]files}