From c4948e4280b5c6c33b25afddbfd2397474eea477 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 11 Dec 2019 00:36:15 +0100 Subject: [PATCH] [Tests] Allow running without screenshot path set --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 863f4f06c..26957ad8c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ whitelist_externals = poetry skip_install = true commands = pytest --pylama --cov=biscuit biscuit/core/ setenv = - TEST_SCREENSHOT_PATH = {env:TEST_SCREENSHOT_PATH} + TEST_SCREENSHOT_PATH = {env:TEST_SCREENSHOT_PATH:} [pylama] linters = pycodestyle,pyflakes,radon -- GitLab