mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't try to collect tests in tests/unit/modules/inspectlib/tree_test/
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
2b440c6594
commit
6bb1220ca2
1 changed files with 4 additions and 0 deletions
|
@ -237,6 +237,10 @@ def pytest_configure(config):
|
|||
continue
|
||||
if dirname != TESTS_DIR:
|
||||
config.addinivalue_line("norecursedirs", str(CODE_DIR / dirname))
|
||||
config.addinivalue_line(
|
||||
"norecursedirs",
|
||||
str(TESTS_DIR / "unit" / "modules" / "inspectlib" / "tree_test"),
|
||||
)
|
||||
|
||||
# Expose the markers we use to pytest CLI
|
||||
config.addinivalue_line(
|
||||
|
|
Loading…
Add table
Reference in a new issue