On Thu, Oct 6, 2022 at 5:12 PM Albert Esteve <aesteve@redhat.com> wrote:
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ setenv =
 whitelist_externals = make
 deps =
     pytest
+    userstorage>=0.5.1

This is better required using a requirements.txt file with tox. Since we must create
the storage before running tox, the userstorage package should be installed with 
tox in a virtual environment.
 
 commands =
     py{36,37,38,39,310}: make BUILDARGS="--build-lib={envsitepackagesdir}"
     pytest {posargs}
--
2.37.3