From 34ee4bfbd757f297086df6ece3e1bcfdc30e31d8 Mon Sep 17 00:00:00 2001
From: Paul Andrey <paul.andrey@inria.fr>
Date: Wed, 6 Sep 2023 11:26:29 +0200
Subject: [PATCH] Update 'tox.ini' as openssl is no longer called directly.

---
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index d1513643..87850677 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ description =
 extras =
     all,tests
 allowlist_externals =
-    bash, openssl
+    bash
 commands=
     bash scripts/run_tests.sh lint_code
     bash scripts/run_tests.sh lint_tests
@@ -24,7 +24,7 @@ description =
 extras =
     all,tests
 allowlist_externals =
-    bash, openssl
+    bash
 commands=
     bash scripts/run_tests.sh run_tests {posargs}
 
-- 
GitLab