From af34d63c71734f09d226f221c005d62294e0096f Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 22 Oct 2020 15:54:26 +0300 Subject: [PATCH] Declare that we last used black 19 for the test source. --- debian/tests/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.30.2