1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Pass TEST_FLAGS environment variable to tests run with Tox (#21611)

This allows customizing test runs when using Tox.
This commit is contained in:
Tadej Janež 2017-02-21 00:24:39 +01:00 committed by Matt Clay
parent bc8186543a
commit 1bdffbd7ea

View file

@ -20,6 +20,7 @@ passenv =
# Pass HOME to the test environment to avoid the missing HOME env # Pass HOME to the test environment to avoid the missing HOME env
# variable error. See issue: #20424 # variable error. See issue: #20424
HOME HOME
TEST_FLAGS
[flake8] [flake8]