From 7b07a762fd8bdd5e5a4d9efccb662497b2784570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Sat, 26 Jun 2021 19:46:06 +0200 Subject: [PATCH] Fix tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 598eb6d..6d4a7d2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = ; -r{toxinidir}/requirements.txt commands = ls -la - pip install -U pip + pip list pytest ; pytest --basetemp={envtmpdir} -- GitLab