Add pytest-salt-from-filenames to pytest requirements

This commit is contained in:
Pedro Algarvio 2019-01-22 13:22:46 +00:00
parent 716bda4414
commit 840b3d2103
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 1 deletions

View file

@ -5,3 +5,4 @@ pytest-salt == 2018.12.8
pytest-timeout >= 1.3.3
pytest-tempdir >= 2018.8.11
pytest-helpers-namespace >= 2017.11.11
pytest-salt-from-filenames >= 2019.1.22

View file

@ -55,7 +55,7 @@ import salt.log.setup
from salt.utils.odict import OrderedDict
# Define the pytest plugins we rely on
pytest_plugins = ['tempdir', 'helpers_namespace'] # pylint: disable=invalid-name
pytest_plugins = ['tempdir', 'helpers_namespace', 'salt-from-filenames'] # pylint: disable=invalid-name
# Define where not to collect tests from
collect_ignore = ['setup.py']