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:
parent
bc8186543a
commit
1bdffbd7ea
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue