From b4a6f32b18c32f28cc5af0c1edbf651862d7c90a Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Thu, 11 Jan 2024 15:27:53 -0500 Subject: [PATCH] fix: update tox config to enable make to be run for keyword check --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15cc343..a6febf8 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,7 @@ commands = code_annotations django_find_annotations --config_file .pii_annotations.yml --lint --report --coverage [testenv:check_keywords] -whitelist_externals = +allowlist_externals = make deps = -r{toxinidir}/requirements/test.txt