mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add pytest-salt-from-filenames
to pytest requirements
This commit is contained in:
parent
716bda4414
commit
840b3d2103
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue