From abc136b387c65ffa56d9750278db8efcee2c67fe Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 29 Mar 2022 15:09:25 -0400 Subject: [PATCH] [tests] Use openwisp-utils master to fix black dependency import error --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e1e84b3ac..c7656bc61 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ coveralls sphinx sphinx_rtd_theme # commit message style check -openwisp-utils[qa]~=1.0.0 +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master