From 1bdffbd7ea1372574c4b74f22f2fb2e4e960a8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Tue, 21 Feb 2017 00:24:39 +0100 Subject: [PATCH] Pass TEST_FLAGS environment variable to tests run with Tox (#21611) This allows customizing test runs when using Tox. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b023ea312b..f42710b7be 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ passenv = # Pass HOME to the test environment to avoid the missing HOME env # variable error. See issue: #20424 HOME + TEST_FLAGS [flake8]